Spaces:
Build error
Build error
bennyguo
commited on
Commit
•
c97b3f2
1
Parent(s):
8817d21
add git clone
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -57,4 +57,8 @@ RUN pip install git+https://github.com/NVlabs/tiny-cuda-nn.git#subdirectory=bind
|
|
57 |
|
58 |
COPY requirements.txt /tmp
|
59 |
RUN cd /tmp && pip install -r requirements.txt
|
|
|
|
|
60 |
WORKDIR /home/${USER_NAME}/threestudio
|
|
|
|
|
|
57 |
|
58 |
COPY requirements.txt /tmp
|
59 |
RUN cd /tmp && pip install -r requirements.txt
|
60 |
+
|
61 |
+
RUN git clone https://github.com/threestudio-project/threestudio.git /home/${USER_NAME}/threestudio
|
62 |
WORKDIR /home/${USER_NAME}/threestudio
|
63 |
+
RUN git checkout 5a25bad
|
64 |
+
CMD ["python", "gradio_app.py", "launch", "--listen"]
|