Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ WORKDIR $HOME/app/tabbyAPI
|
|
29 |
RUN pip install -r requirements.txt -q
|
30 |
RUN pip install huggingface-hub -q
|
31 |
RUN echo "network:" > config.yml && \
|
32 |
-
echo " host:
|
33 |
echo " port: 5000" >> config.yml && \
|
34 |
echo " disable_auth: False" >> config.yml && \
|
35 |
echo "" >> config.yml && \
|
|
|
29 |
RUN pip install -r requirements.txt -q
|
30 |
RUN pip install huggingface-hub -q
|
31 |
RUN echo "network:" > config.yml && \
|
32 |
+
echo " host: 0.0.0.0" >> config.yml && \
|
33 |
echo " port: 5000" >> config.yml && \
|
34 |
echo " disable_auth: False" >> config.yml && \
|
35 |
echo "" >> config.yml && \
|