ejschwartz commited on
Commit
3b96d7d
·
1 Parent(s): 3922383

upgrade pip

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
25
  #RUN pip install --break-system-packages --pre torch-mlir torch \
26
  # --extra-index-url https://download.pytorch.org/whl/nightly/cpu \
27
  # -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
 
28
  RUN GIT_SSL_NO_VERIFY=true pip install --break-system-packages git+https://github.com/llvm/torch-mlir.git
29
 
30
  # Add PyTorch-MLIR tools to PATH
 
25
  #RUN pip install --break-system-packages --pre torch-mlir torch \
26
  # --extra-index-url https://download.pytorch.org/whl/nightly/cpu \
27
  # -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
28
+ RUN pip install --break-system-packages --upgrade pip
29
  RUN GIT_SSL_NO_VERIFY=true pip install --break-system-packages git+https://github.com/llvm/torch-mlir.git
30
 
31
  # Add PyTorch-MLIR tools to PATH