Skip to content

Commit

Permalink
Lock setuptools version (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Livan-pro authored Aug 9, 2024
1 parent cd462fb commit a80b37a
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 a80b37a

Please sign in to comment.