ejschwartz commited on
Commit
4f9e4a6
·
1 Parent(s): 8adecc2

try binary again

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -5
Dockerfile CHANGED
@@ -25,11 +25,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
25
 
26
  # Install pytorch-mlir
27
 
28
- #RUN pip install --break-system-packages --pre torch-mlir torch \
29
- # --extra-index-url https://download.pytorch.org/whl/nightly/cpu \
30
- # -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
31
- RUN pip install --force-reinstall --upgrade pip
32
- RUN GIT_SSL_NO_VERIFY=true pip install --break-system-packages git+https://github.com/llvm/torch-mlir.git
33
 
34
  # Add PyTorch-MLIR tools to PATH
35
  ENV PATH="/root/.local/bin:${PATH}"
 
25
 
26
  # Install pytorch-mlir
27
 
28
+ RUN pip install --pre torch-mlir torch \
29
+ --extra-index-url https://download.pytorch.org/whl/nightly/cpu \
30
+ -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
 
 
31
 
32
  # Add PyTorch-MLIR tools to PATH
33
  ENV PATH="/root/.local/bin:${PATH}"