Jashu commited on
Commit
ebea8e3
·
verified ·
1 Parent(s): b0dc8cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  FROM python:3.9
2
 
3
  ## set the working directory to /code
@@ -27,4 +28,3 @@ COPY --chown=user . $HOME/app
27
 
28
  ## Start the FASTAPI App on port 7860
29
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
30
-
 
1
+ ## Use the official Python 3.9 image
2
  FROM python:3.9
3
 
4
  ## set the working directory to /code
 
28
 
29
  ## Start the FASTAPI App on port 7860
30
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]