Qa5im commited on
Commit
46e9833
·
1 Parent(s): f974fc1

reqs updated

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@
13
 
14
  # CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
15
  # Use the official Python 3.10.9 image
16
- FROM python:3.10.9
17
 
18
  # Copy the current directory contents into the container at .
19
  COPY . .
 
13
 
14
  # CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
15
  # Use the official Python 3.10.9 image
16
+ FROM python:3.10.12
17
 
18
  # Copy the current directory contents into the container at .
19
  COPY . .