omrahm commited on
Commit
f6717c6
1 Parent(s): bccd3fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,5 +11,5 @@ WORKDIR /app
11
 
12
  RUN pip install -r requirements.txt
13
 
14
- CMD [ "litellm", "--config", "config.yaml", "--port", "7860" ]
15
 
 
11
 
12
  RUN pip install -r requirements.txt
13
 
14
+ CMD [ "litellm", "--config", "config.yaml", "--host", "0.0.0.0", "--port", "7860" ]
15