Spaces:
Build error
Build error
bennyguo
commited on
Commit
·
2167aca
1
Parent(s):
df8279a
upgrade gradio, upgrade threestudio
Browse files- Dockerfile +1 -1
- requirements.txt +5 -4
Dockerfile
CHANGED
@@ -63,5 +63,5 @@ RUN cd /tmp && pip install -r requirements.txt
|
|
63 |
ADD "https://api.github.com/repos/threestudio-project/threestudio/commits?per_page=1" latest_commit
|
64 |
RUN git clone https://github.com/threestudio-project/threestudio.git /home/${USER_NAME}/threestudio
|
65 |
WORKDIR /home/${USER_NAME}/threestudio
|
66 |
-
RUN git checkout
|
67 |
CMD ["python", "gradio_app.py", "launch", "--listen", "--hf-space"]
|
|
|
63 |
ADD "https://api.github.com/repos/threestudio-project/threestudio/commits?per_page=1" latest_commit
|
64 |
RUN git clone https://github.com/threestudio-project/threestudio.git /home/${USER_NAME}/threestudio
|
65 |
WORKDIR /home/${USER_NAME}/threestudio
|
66 |
+
RUN git checkout 23b2d71
|
67 |
CMD ["python", "gradio_app.py", "launch", "--listen", "--hf-space"]
|
requirements.txt
CHANGED
@@ -4,8 +4,8 @@ jaxtyping
|
|
4 |
typeguard
|
5 |
git+https://github.com/KAIR-BAIR/[email protected]
|
6 |
git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
|
7 |
-
diffusers
|
8 |
-
transformers
|
9 |
accelerate
|
10 |
opencv-python
|
11 |
tensorboard
|
@@ -20,12 +20,13 @@ networkx
|
|
20 |
pysdf
|
21 |
PyMCubes
|
22 |
wandb
|
23 |
-
gradio
|
24 |
git+https://github.com/ashawkey/envlight.git
|
|
|
25 |
|
26 |
# deepfloyd
|
27 |
xformers
|
28 |
-
bitsandbytes
|
29 |
sentencepiece
|
30 |
safetensors
|
31 |
huggingface_hub
|
|
|
4 |
typeguard
|
5 |
git+https://github.com/KAIR-BAIR/[email protected]
|
6 |
git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
|
7 |
+
diffusers<0.20
|
8 |
+
transformers==4.28.1
|
9 |
accelerate
|
10 |
opencv-python
|
11 |
tensorboard
|
|
|
20 |
pysdf
|
21 |
PyMCubes
|
22 |
wandb
|
23 |
+
gradio==4.11.0
|
24 |
git+https://github.com/ashawkey/envlight.git
|
25 |
+
torchmetrics
|
26 |
|
27 |
# deepfloyd
|
28 |
xformers
|
29 |
+
bitsandbytes==0.38.1
|
30 |
sentencepiece
|
31 |
safetensors
|
32 |
huggingface_hub
|