Spaces:
Sleeping
Sleeping
Commit
·
4101803
1
Parent(s):
626b9a8
gr
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|
21 |
|
22 |
# Install pytorch-mlir
|
23 |
|
24 |
-
RUN pip install --break-system-packages --upgrade pip
|
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
|
|
|
21 |
|
22 |
# Install pytorch-mlir
|
23 |
|
24 |
+
RUN pip install --break-system-packages --upgrade pip 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
|