Spaces:
Sleeping
Sleeping
Commit
·
f8b6d8a
1
Parent(s):
5567e1e
comment
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,8 +22,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|
22 |
# Install pytorch-mlir
|
23 |
|
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 -e git+https://github.com/llvm/torch-mlir
|
28 |
|
29 |
# Add PyTorch-MLIR tools to PATH
|
|
|
22 |
# Install pytorch-mlir
|
23 |
|
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 -e git+https://github.com/llvm/torch-mlir
|
28 |
|
29 |
# Add PyTorch-MLIR tools to PATH
|