Spaces:
Sleeping
Sleeping
Commit
·
ac4c60c
1
Parent(s):
b375f14
force
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|
28 |
#RUN pip install --break-system-packages --pre torch-mlir torch \
|
29 |
# --extra-index-url https://download.pytorch.org/whl/nightly/cpu \
|
30 |
# -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
|
31 |
-
RUN pip install --upgrade pip
|
32 |
RUN GIT_SSL_NO_VERIFY=true pip install --break-system-packages git+https://github.com/llvm/torch-mlir.git
|
33 |
|
34 |
# Add PyTorch-MLIR tools to PATH
|
|
|
28 |
#RUN pip install --break-system-packages --pre torch-mlir torch \
|
29 |
# --extra-index-url https://download.pytorch.org/whl/nightly/cpu \
|
30 |
# -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
|
31 |
+
RUN pip install --force-reinstall --upgrade pip
|
32 |
RUN GIT_SSL_NO_VERIFY=true pip install --break-system-packages git+https://github.com/llvm/torch-mlir.git
|
33 |
|
34 |
# Add PyTorch-MLIR tools to PATH
|