ejschwartz commited on
Commit
43c4875
·
1 Parent(s): 31d5d76
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -21,7 +21,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
21
 
22
  # Install pytorch-mlir
23
 
24
- RUN pip install --break-system-packages --pre torch-mlir torchvision \
 
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
 
 
21
 
22
  # Install pytorch-mlir
23
 
24
+ RUN pip install --upgrade pip wheel setuptools
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