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

updated pip version

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,6 +14,8 @@
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 . .
 
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
+ FROM pip_version: 23.3.2
18
+
19
 
20
  # Copy the current directory contents into the container at .
21
  COPY . .