Spaces:
Build error
Build error
burtenshaw commited on
Commit ·
da00c30
1
Parent(s): 2e26099
add uv python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM ghcr.io/astral-sh/uv:
|
| 2 |
|
| 3 |
# Install Dev Mode required packages + useful tools
|
| 4 |
RUN apt-get update && \
|
|
|
|
| 1 |
+
FROM ghcr.io/astral-sh/uv:python3.12-alpine
|
| 2 |
|
| 3 |
# Install Dev Mode required packages + useful tools
|
| 4 |
RUN apt-get update && \
|