gfjiogopdfgdfs commited on
Commit
5c45d20
·
verified ·
1 Parent(s): c2fe58b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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: 127.0.0.1" >> config.yml && \
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 && \