Spaces:
Runtime error
Runtime error
Update Dockerfile_mlx
Browse files- Dockerfile_mlx +1 -1
Dockerfile_mlx
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
# Set the home directory
|
| 4 |
ENV HOME=/home/user
|
|
|
|
| 1 |
+
FROM python:3.12-slim
|
| 2 |
|
| 3 |
# Set the home directory
|
| 4 |
ENV HOME=/home/user
|