Spaces:
Sleeping
Sleeping
Commit
·
d627934
1
Parent(s):
f8b6d8a
break
Browse files- 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 -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 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}"
|