Spaces:
Runtime error
Runtime error
upgrade base image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM ghcr.io/astral-sh/uv:python3.11-
|
| 2 |
|
| 3 |
USER root
|
| 4 |
# for some reason huggingface run container images as uid=1000
|
|
|
|
| 1 |
+
FROM ghcr.io/astral-sh/uv:python3.11-trixie-slim
|
| 2 |
|
| 3 |
USER root
|
| 4 |
# for some reason huggingface run container images as uid=1000
|