Spaces:
Sleeping
Sleeping
Updated python version in docker container
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Get a distribution that has uv already installed
|
2 |
-
FROM ghcr.io/astral-sh/uv:python3.
|
3 |
|
4 |
# Add user - this is the user that will run the app
|
5 |
# If you do not set user, the app will run as root (undesirable)
|
|
|
1 |
# Get a distribution that has uv already installed
|
2 |
+
FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim
|
3 |
|
4 |
# Add user - this is the user that will run the app
|
5 |
# If you do not set user, the app will run as root (undesirable)
|