Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y \
|
|
25 |
&& apt-get clean \
|
26 |
&& rm -rf /var/lib/apt/lists/*
|
27 |
|
|
|
|
|
28 |
# Create necessary directories with appropriate permissions
|
29 |
RUN mkdir -p /tmp/uploads /tmp/results /tmp/huggingface/transformers /tmp/huggingface/datasets \
|
30 |
&& chmod -R 777 /tmp/uploads /tmp/results /tmp/huggingface
|
|
|
25 |
&& apt-get clean \
|
26 |
&& rm -rf /var/lib/apt/lists/*
|
27 |
|
28 |
+
RUN git clone https://github.com/Stability-AI/stable-fast-3d.git /app/stable-fast-3d
|
29 |
+
|
30 |
# Create necessary directories with appropriate permissions
|
31 |
RUN mkdir -p /tmp/uploads /tmp/results /tmp/huggingface/transformers /tmp/huggingface/datasets \
|
32 |
&& chmod -R 777 /tmp/uploads /tmp/results /tmp/huggingface
|