This commit is contained in:
Ammar Qammaz 2023-10-28 18:42:07 +03:00
parent 565d3fd19c
commit 6643d4e2bf

View File

@ -79,5 +79,5 @@ WORKDIR /home/${user_name}/
RUN git config --global http.sslverify false
RUN cd /home/${user_name}/workspace && git clone --recursive https://github.com/graphdeco-inria/gaussian-splatting && cd gaussian-splatting # && docker/initialize.sh
RUN cd /home/${user_name}/workspace && git clone --recursive https://github.com/graphdeco-inria/gaussian-splatting && cd gaussian-splatting && docker/initialize.sh