Spaces:
Paused
Paused
Downgraded to 3.12
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -11,8 +11,8 @@
|
|
| 11 |
# CMD ["chainlit", "run", "app.py", "--port", "7860"]
|
| 12 |
|
| 13 |
# Get a distribution that has uv already installed
|
| 14 |
-
FROM ghcr.io/astral-sh/uv:python3.13-bookworm
|
| 15 |
-
|
| 16 |
# Add user-this is the user that will run the app
|
| 17 |
# If you do not set user, the app will run as root (undesirable)
|
| 18 |
RUN useradd -m -u 1000 user
|
|
|
|
| 11 |
# CMD ["chainlit", "run", "app.py", "--port", "7860"]
|
| 12 |
|
| 13 |
# Get a distribution that has uv already installed
|
| 14 |
+
# FROM ghcr.io/astral-sh/uv:python3.13-bookworm
|
| 15 |
+
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
|
| 16 |
# Add user-this is the user that will run the app
|
| 17 |
# If you do not set user, the app will run as root (undesirable)
|
| 18 |
RUN useradd -m -u 1000 user
|