Spaces:
Runtime error
Runtime error
Gilbert Botchway commited on
Commit ·
a11ff8d
1
Parent(s): c7e0035
editing docker#
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,4 +10,4 @@ RUN pip3 install --upgrade pip
|
|
| 10 |
|
| 11 |
RUN pip3 install -r requirements.txt
|
| 12 |
|
| 13 |
-
CMD ["python","sentimentappstreamlit", "serve", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ghylb-Sentiment_app.hf.space"]
|
|
|
|
| 10 |
|
| 11 |
RUN pip3 install -r requirements.txt
|
| 12 |
|
| 13 |
+
CMD ["python","sentimentappstreamlit.py", "serve", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ghylb-Sentiment_app.hf.space"]
|