Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeepSurg
/
SurgVLLM
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SurgVLLM
/
run.sh
yaziciz
Update run.sh
382e74e
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
#!/bin/bash
CONDA_ENV=$(
head
-1 /app/environment.yml |
cut
-d
" "
-f2)
eval
"
$(conda shell.bash hook)
"
conda activate
$CONDA_ENV
python demo.py