Spaces:
Sleeping
Sleeping
Gilbert Botchway
commited on
Commit
·
50c97b2
1
Parent(s):
06f43d6
Added streamlit acommand to CMD portion of Dockerfile#
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 ["
|
|
|
18 |
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
+
CMD ["streamlit","run","sentimentappstreamlit.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ghylb-Sentiment_app.hf.space", "--allow-websocket-orogin","0.0.0.0:7860"]
|