Update Dockerfile

This commit is contained in:
Sergio Bromberg 2023-09-05 12:56:24 +09:00 committed by GitHub
parent b360f6bdcf
commit 801b37ebbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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