Spaces:
Runtime error
Runtime error
Gilbert Botchway commited on
Commit ·
a3751bd
1
Parent(s): 8c524cf
Added broswer.serverAddress to the docker file#
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN pip3 install --upgrade pip
|
|
| 18 |
|
| 19 |
RUN pip3 install -r requirements.txt
|
| 20 |
|
| 21 |
-
CMD ["streamlit","run","sentimentappstreamlit.py", "--server.address", "0.0.0.0", "--server.port", "7860", "--
|
|
|
|
| 18 |
|
| 19 |
RUN pip3 install -r requirements.txt
|
| 20 |
|
| 21 |
+
CMD ["streamlit","run","sentimentappstreamlit.py", "--server.address", "0.0.0.0", "--server.port", "7860", "--browser.serverAddress", "ghylb-Sentiment_app.hf.space", "--browser.serverAddress","0.0.0.0:7860"]
|