Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Change the repo address to clone from (https://github.com/aThinkingNeal/Wonder3D.git)
back to the original repo (https://github.com/xxlong0/Wonder3D.git), so the user gets the latest code version
  • Loading branch information
aThinkingNeal authored Jan 5, 2024
1 parent 5a33fa4 commit 5382c2b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu20.04

LABEL name="Wonder3D" \
maintainer="Tiancheng <[email protected]>" \
lastupdate="2024-01-03"
lastupdate="2024-01-05"

# create workspace folder and set it as working directory
RUN mkdir -p /workspace
Expand Down Expand Up @@ -38,10 +38,8 @@ ENV PATH /workspace/miniconda3/envs/wonder3d/bin:$PATH


# clone the repository
# TODO need to change the git repo link after pull request
RUN git clone https://github.com/aThinkingNeal/Wonder3D.git && \
cd /workspace/Wonder3D && \
git checkout docker-setup
RUN git clone https://github.com/xxlong0/Wonder3D.git && \
cd /workspace/Wonder3D

# change the working directory to the repository
WORKDIR /workspace/Wonder3D
Expand Down

0 comments on commit 5382c2b

Please sign in to comment.