Georg commited on
Commit
1fd398f
·
1 Parent(s): f895f87

Re-add --no-build-isolation flag required by nvdiffrast

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir "numpy<2"
13
  ENV MAX_JOBS=1
14
 
15
  # Install nvdiffrast (CUDA rasterizer) - needs GPU, build here
16
- RUN pip install --no-cache-dir git+https://github.com/NVlabs/nvdiffrast.git
17
 
18
  # Build CUDA extensions (requires GPU - only part that needs HuggingFace GPU)
19
  WORKDIR /app/FoundationPose
 
13
  ENV MAX_JOBS=1
14
 
15
  # Install nvdiffrast (CUDA rasterizer) - needs GPU, build here
16
+ RUN pip install --no-cache-dir --no-build-isolation git+https://github.com/NVlabs/nvdiffrast.git
17
 
18
  # Build CUDA extensions (requires GPU - only part that needs HuggingFace GPU)
19
  WORKDIR /app/FoundationPose