Spaces:
Runtime error
Runtime error
Gilbert Botchway commited on
Commit ·
06f43d6
1
Parent(s): 8844f8e
more changes #
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", --allow-websocket-orogin","0.0.0.0:7860"]
|
|
|
|
| 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"]
|