Spaces:
Running
Running
Richard
commited on
Commit
·
390fabe
1
Parent(s):
c9cf37d
Try using a different python version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Build Docker image for deployment.
|
2 |
|
3 |
-
FROM python:3.
|
4 |
|
5 |
RUN apt-get update && \
|
6 |
apt-get install -y \
|
|
|
1 |
# Build Docker image for deployment.
|
2 |
|
3 |
+
FROM python:3.12.4-bullseye
|
4 |
|
5 |
RUN apt-get update && \
|
6 |
apt-get install -y \
|