Spaces:
Running
Running
try bpy
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -12,7 +12,8 @@ RUN pip3 install --no-cache-dir \
|
|
12 |
numpy \
|
13 |
trimesh \
|
14 |
Pillow \
|
15 |
-
gradio==4.39.0
|
|
|
16 |
|
17 |
# Set up a new user named "user" with user ID 1000
|
18 |
RUN useradd -m -u 1000 user
|
|
|
12 |
numpy \
|
13 |
trimesh \
|
14 |
Pillow \
|
15 |
+
gradio==4.39.0 \
|
16 |
+
bpy
|
17 |
|
18 |
# Set up a new user named "user" with user ID 1000
|
19 |
RUN useradd -m -u 1000 user
|