Spaces:
hysts
/
Running on Zero

hysts HF Staff commited on
Commit
1de66fa
·
1 Parent(s): 2c957d3

Strip local paths from requirements.txt header

Browse files

The export header had recorded a manual `uv export --project <abspath>
-o <abspath>` run, leaking this machine's filesystem path into the
repo. Re-export from inside the repo with the bare command so the
header is path-free and reproducible.

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # This file was autogenerated by uv via the following command:
2
- # uv export --project /home/ubuntu/ghq/hf.co/spaces/hysts/BLIP2 --no-hashes --no-dev --no-emit-package typer-slim --no-emit-package spaces -o /home/ubuntu/ghq/hf.co/spaces/hysts/BLIP2/requirements.txt
3
  accelerate==1.2.1
4
  # via blip2
5
  annotated-types==0.7.0
 
1
  # This file was autogenerated by uv via the following command:
2
+ # uv export --no-hashes --no-dev --no-emit-package typer-slim --no-emit-package spaces -o requirements.txt
3
  accelerate==1.2.1
4
  # via blip2
5
  annotated-types==0.7.0