Spaces:
Sleeping
Sleeping
Gilbert Botchway
commited on
Commit
·
346fcf3
1
Parent(s):
7df7975
modifications to dockerfile#
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", "/code/app.py", "--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", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ghylb-Sentiment_app.hf.space"]
|