feat: disable nanovdb

This commit is contained in:
2024-09-13 14:20:49 -07:00
parent d8114a4394
commit 19b3b24098
2 changed files with 30 additions and 14 deletions
+1
View File
@@ -34,6 +34,7 @@ WORKDIR /home/rocm/blender/build
RUN cmake \
-DWITH_CYCLES_HIP_BINARIES=ON \
-DCYCLES_HIP_BINARIES_ARCH=${HIP_ARCH} \
-DWITH_NANOVDB=OFF \
..
RUN make -j$(nproc)
RUN cpack -G TXZ