Update Dockerfile
Browse files- 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 |
|