Spaces:
Sleeping
Sleeping
ChenyuRabbitLove
commited on
chore: upgrade python version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
USER root
|
4 |
RUN apt-get update && apt-get install -y \
|
|
|
1 |
+
FROM python:3.11.8
|
2 |
|
3 |
USER root
|
4 |
RUN apt-get update && apt-get install -y \
|