Spaces:
Sleeping
Sleeping
Gilbert Botchway
commited on
Commit
·
8844f8e
1
Parent(s):
efc309d
modfifying docker so app can run#
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 ["python","sentimentappstreamlit.py", "serve", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ghylb-Sentiment_app.hf.space"]
|
|
|
18 |
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
+
CMD ["python","sentimentappstreamlit.py", "serve", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ghylb-Sentiment_app.hf.space", --allow-websocket-orogin","0.0.0.0:7860"]
|