syaikhipin commited on
Commit
9d780c5
·
verified ·
1 Parent(s): fcc6354

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]