Skip to content

Commit

Permalink
Re-building Docker container due to bug in xformers
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmithTACC committed Feb 20, 2025
1 parent a5d7666 commit 23dd617
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN chmod ugo+wrx /code/TRELLIS

ENV PATH="/code:$PATH"
ENV PATH="/code/TRELLIS:$PATH"
ENV CUDA_HOME=/usr/local/cuda-12
ENV CUDA_HOME=/usr/local/cuda-12.2
ENV LIBRARY_PATH="${CUDA_HOME}/lib64"
ENV C_INCLUDE_PATH="${CUDA_HOME}/include"
ENV LD_LIBRARY_PATH=/usr/local/cuda-12/lib64:$LD_LIBRARY_PATH
Expand Down
Binary file modified TRELLIS/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions TRELLIS/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ "$HELP" = true ] ; then
fi

if [ "$NEW_ENV" = true ] ; then
pip3 install torch==2.4.0 torchvision==0.19.0 --extra-index-url https://download.pytorch.org/whl/cu121
pip3 install torch==2.4.0 torchvision==0.19.0 --extra-index-url https://download.pytorch.org/whl/cu118
fi

# Get system information
Expand Down Expand Up @@ -107,7 +107,7 @@ fi



pip3 install xformers==0.0.27.post2 --index-url https://download.pytorch.org/whl/cu121
pip3 install xformers==0.0.27.post2 --index-url https://download.pytorch.org/whl/cu118
# if [ "$XFORMERS" = true ] ; then
# # install xformers
# if [ "$PLATFORM" = "cuda" ] ; then
Expand Down Expand Up @@ -278,7 +278,7 @@ if [ "$VOX2SEQ" = true ] ; then
fi


pip3 install spconv-cu120
pip3 install spconv-cu118

# if [ "$SPCONV" = true ] ; then
# # install spconv
Expand Down

0 comments on commit 23dd617

Please sign in to comment.