Spaces:
Build error
Build error
bennyguo
commited on
Commit
·
ed7732e
1
Parent(s):
c97b3f2
update running command; remove submodule
Browse files- .gitmodules +0 -3
- Dockerfile +2 -2
- threestudio +0 -1
.gitmodules
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
[submodule "threestudio"]
|
2 |
-
path = threestudio
|
3 |
-
url = https://github.com/threestudio-project/threestudio.git
|
|
|
|
|
|
|
|
Dockerfile
CHANGED
@@ -60,5 +60,5 @@ 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
|
64 |
-
CMD ["python", "gradio_app.py", "launch", "--listen"]
|
|
|
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 c2f4c21
|
64 |
+
CMD ["python", "gradio_app.py", "launch", "--listen", "--hf-space"]
|
threestudio
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit aa2d072f9494be5985b734efc97f697b266eb115
|
|
|
|