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

Files changed (1) hide show
  1. deploy/hf-space/Dockerfile +1 -1
deploy/hf-space/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.13.5-slim
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.11-slim
2
 
3
  WORKDIR /app
4