Update Dockerfile

This commit is contained in:
Sergio Bromberg
2023-09-05 12:56:24 +09:00
committed by GitHub
parent b360f6bdcf
commit 801b37ebbc

View File

@@ -44,3 +44,4 @@ WORKDIR /workspace/gaussian-splatting/SIBR_viewers
RUN cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release && \
cmake --build build -j24 --target install
WORKDIR /workspace/gaussian-splatting