Daankular commited on
Commit
8e4c4f3
·
1 Parent(s): 011935b

Remove 'spaces' from requirements: pre-installed by HF ZeroGPU runtime

Browse files

Installing spaces from PyPI overwrites the pre-installed ZeroGPU version
and breaks the @spaces.GPU GPU proxy (RuntimeError: Found no NVIDIA driver).
HF pre-installs the correct ZeroGPU-aware version in the base image.
Also bump cache-bust to 7 to force fresh Docker layer.

Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- # HuggingFace ZeroGPU Space — Gradio SDK [cache-bust: 6]
2
- spaces
3
  numpy>=2
4
 
5
  # Git-pinned installs
 
1
+ # HuggingFace ZeroGPU Space — Gradio SDK [cache-bust: 7]
2
+ # spaces: pre-installed by HF ZeroGPU runtime; DO NOT reinstall from PyPI (breaks GPU proxy)
3
  numpy>=2
4
 
5
  # Git-pinned installs