OzoneAsai commited on
Commit
3339b39
·
verified ·
1 Parent(s): 7f03210

Update DockerFile

Browse files
Files changed (1) hide show
  1. DockerFile +1 -1
DockerFile CHANGED
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY . .
13
 
14
- CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
11
 
12
  COPY . .
13
 
14
+ CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]