Spaces:
Sleeping
Sleeping
Commit
·
5567e1e
1
Parent(s):
4101803
pip
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -21,10 +21,10 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|
21 |
|
22 |
# Install pytorch-mlir
|
23 |
|
24 |
-
RUN pip install --break-system-packages --
|
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 |
|
29 |
# Add PyTorch-MLIR tools to PATH
|
30 |
ENV PATH="/root/.local/bin:${PATH}"
|
|
|
21 |
|
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
|
30 |
ENV PATH="/root/.local/bin:${PATH}"
|