Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
# 1. Use an official Python runtime as a parent image
|
4 |
# Using python 3.10, but you can choose 3.9, 3.11 etc. based on your needs. Slim is smaller.
|
5 |
-
FROM python:3.
|
6 |
|
7 |
# 2. Set the working directory in the container
|
8 |
WORKDIR /code
|
|
|
2 |
|
3 |
# 1. Use an official Python runtime as a parent image
|
4 |
# Using python 3.10, but you can choose 3.9, 3.11 etc. based on your needs. Slim is smaller.
|
5 |
+
FROM python:3.12
|
6 |
|
7 |
# 2. Set the working directory in the container
|
8 |
WORKDIR /code
|