chaoxu commited on
Commit
356ad75
·
1 Parent(s): 4fdc245

bpy needs old python

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.12-slim
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