Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -25,9 +25,7 @@ RUN apt-get update && apt-get install -y \
|
|
25 |
&& apt-get clean \
|
26 |
&& rm -rf /var/lib/apt/lists/*
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
RUN sed -i 's/from uv_unwrapper import Unwrapper/from .uv_unwrapper import Unwrapper/' /app/stable-fast-3d/sf3d/models/mesh.py
|
31 |
|
32 |
# Create necessary directories with appropriate permissions
|
33 |
RUN mkdir -p /tmp/uploads /tmp/results /tmp/huggingface/transformers /tmp/huggingface/datasets \
|
|
|
25 |
&& apt-get clean \
|
26 |
&& rm -rf /var/lib/apt/lists/*
|
27 |
|
28 |
+
|
|
|
|
|
29 |
|
30 |
# Create necessary directories with appropriate permissions
|
31 |
RUN mkdir -p /tmp/uploads /tmp/results /tmp/huggingface/transformers /tmp/huggingface/datasets \
|