Gilbert Botchway commited on
Commit
7df7975
·
1 Parent(s): b3b17b0
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -10,7 +10,4 @@ RUN pip3 install --upgrade pip
10
 
11
  RUN pip3 install -r requirements.txt
12
 
13
-
14
- COPY . .
15
-
16
- CMD ["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"]