randomLearner24 commited on
Commit
c6c9758
·
verified ·
1 Parent(s): 0c0b12a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
  COPY --chown=user . /app
16
 
17
 
18
- CMD ["python" "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
15
  COPY --chown=user . /app
16
 
17
 
18
+ CMD ["python3" "app.py", "--host", "0.0.0.0", "--port", "7860"]