Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +8 -0
Dockerfile
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Use the specified image as the base
|
2 |
+
FROM ghcr.io/berriai/litellm:main-latest
|
3 |
+
|
4 |
+
# Expose port 7860
|
5 |
+
EXPOSE 7860
|
6 |
+
|
7 |
+
# The command to run when the container starts
|
8 |
+
CMD ["--config", "config.yaml"]
|