Spaces:
Paused
Paused
Pin pytorch3d to a compatible release no build isolation
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ RUN pip install --no-cache-dir chumpy
|
|
| 25 |
# Using the moving `main` branch can compile/install code that expects a newer
|
| 26 |
# torch C++ API, which then crashes at import time with undefined symbols.
|
| 27 |
# Pin to a release compatible with torch 2.0.1 / CUDA 11.7.
|
| 28 |
-
RUN MAX_JOBS=4 pip install --no-cache-dir \
|
| 29 |
"git+https://github.com/facebookresearch/pytorch3d.git@v0.7.4"
|
| 30 |
|
| 31 |
# All other dependencies
|
|
|
|
| 25 |
# Using the moving `main` branch can compile/install code that expects a newer
|
| 26 |
# torch C++ API, which then crashes at import time with undefined symbols.
|
| 27 |
# Pin to a release compatible with torch 2.0.1 / CUDA 11.7.
|
| 28 |
+
RUN MAX_JOBS=4 pip install --no-cache-dir --no-build-isolation \
|
| 29 |
"git+https://github.com/facebookresearch/pytorch3d.git@v0.7.4"
|
| 30 |
|
| 31 |
# All other dependencies
|