Skip to content

Commit

Permalink
Merge branch 'main' into effstabledreamfusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jadevaibhav committed Oct 1, 2024
2 parents ee55c66 + a80b37a commit 5f4f664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN groupadd -g ${GID} ${GROUP_NAME} \
&& useradd -ms /bin/sh -u ${UID} -g ${GID} ${USER_NAME}
USER ${USER_NAME}

RUN pip install --upgrade pip setuptools ninja
RUN pip install --upgrade pip setuptools==69.5.1 ninja
RUN pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --index-url https://download.pytorch.org/whl/cu118
# Install nerfacc and tiny-cuda-nn before installing requirements.txt
# because these two installations are time consuming and error prone
Expand Down

0 comments on commit 5f4f664

Please sign in to comment.