Spaces:
Running
on
L40S
Running
on
L40S
What to put in "APP=..."
#6
by
r0tt
- opened
it always gives me an error saying the variable APP is wrong, the same variable i have to give a value when i put the software in Docker. Something like this:
docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all
-e HF_TOKEN="YOUR_VALUE_HERE"
-e APP="YOUR_VALUE_HERE" \ <--- but i have no clue on what to write here!!!
registry.hf.space/ginipick-sora-3d:latest python app.py
help please...