Spaces:
Sleeping
Sleeping
devjas1
commited on
Commit
·
5aacd53
1
Parent(s):
e4d7c9e
(DEPLOY): use python:3.11-slim base for HF Docker image
Browse files- Lower risk for torch/numpy/scipy wheels
- Keep other build steps identical
deploy/hf-space/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
|
|
|
| 1 |
+
FROM python:3.11-slim
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|