radames commited on
Commit
6563b59
·
1 Parent(s): be1952c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -49,6 +49,7 @@ WORKDIR $HOME/app
49
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
50
 
51
  RUN git clone https://github.com/dreamgaussian/dreamgaussian . && \
 
52
  pip install -r requirements.txt && \
53
  pip install -e git+https://github.com/NVlabs/nvdiffrast.git@main#egg=nvdiffrast && \
54
  pip install -e git+https://github.com/ashawkey/kiuikit.git@main#egg=kiui
 
49
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
50
 
51
  RUN git clone https://github.com/dreamgaussian/dreamgaussian . && \
52
+ git clone --recursive https://github.com/ashawkey/diff-gaussian-rasterization && \
53
  pip install -r requirements.txt && \
54
  pip install -e git+https://github.com/NVlabs/nvdiffrast.git@main#egg=nvdiffrast && \
55
  pip install -e git+https://github.com/ashawkey/kiuikit.git@main#egg=kiui