Spaces:
Sleeping
Sleeping
fix Dockerfile with python3
Browse files- 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 ["
|
|
|
|
| 4 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 5 |
COPY . /code
|
| 6 |
EXPOSE 7860
|
| 7 |
+
CMD ["python3", "app.py"]
|