meg HF Staff commited on
Commit
b8e3115
·
verified ·
1 Parent(s): 5db51af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ WORKDIR $HOME/app
13
 
14
 
15
  RUN pip install --no-cache-dir --upgrade pip
 
16
 
17
  ARG PYTORCH_VERSION=2.1.0
18
  ARG PYTHON_VERSION=3.9 #8.10
 
13
 
14
 
15
  RUN pip install --no-cache-dir --upgrade pip
16
+ RUN python3.9 -m pip install --upgrade pip
17
 
18
  ARG PYTORCH_VERSION=2.1.0
19
  ARG PYTHON_VERSION=3.9 #8.10