Calamar49 commited on
Commit
784df80
·
1 Parent(s): ff00022

fix Dockerfile with python3

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ COPY ./requirements.txt /code/requirements.txt
4
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
5
  COPY . /code
6
  EXPOSE 7860
7
- CMD ["python", "app.py"]
 
4
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
5
  COPY . /code
6
  EXPOSE 7860
7
+ CMD ["python3", "app.py"]