Spaces:
Running
Running
bpy needs old python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|
4 |
ENV TZ=America/Los_Angeles
|
|
|
1 |
+
FROM python:3.10-slim
|
2 |
|
3 |
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|
4 |
ENV TZ=America/Los_Angeles
|