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