chaoxu commited on
Commit
b41873a
·
1 Parent(s): f7dc259
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
26
  # Set Python3 as the default version
27
  RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
28
 
29
- RUN pip3 install pip=
30
 
31
  # Install PyTorch
32
  RUN pip3 install --no-cache-dir \
 
26
  # Set Python3 as the default version
27
  RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
28
 
29
+ RUN pip3 install --upgrade pip
30
 
31
  # Install PyTorch
32
  RUN pip3 install --no-cache-dir \