ejschwartz commited on
Commit
fc7eebd
·
1 Parent(s): d627934
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
24
  #RUN pip install --break-system-packages --pre torch-mlir torch \
25
  # --extra-index-url https://download.pytorch.org/whl/nightly/cpu \
26
  # -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
27
- RUN pip install --break-system-packages -e git+https://github.com/llvm/torch-mlir
28
 
29
  # Add PyTorch-MLIR tools to PATH
30
  ENV PATH="/root/.local/bin:${PATH}"
 
24
  #RUN pip install --break-system-packages --pre torch-mlir torch \
25
  # --extra-index-url https://download.pytorch.org/whl/nightly/cpu \
26
  # -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
27
+ RUN GIT_SSL_NO_VERIFY=true pip install --break-system-packages git+https://github.com/llvm/torch-mlir.git
28
 
29
  # Add PyTorch-MLIR tools to PATH
30
  ENV PATH="/root/.local/bin:${PATH}"