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...
yaziciz
commited on
Mar 19
Commit
b9aa25e
·
verified
·
1 Parent(s):
6ae8cd2
Create run.sh
Browse files
Files changed (1)
hide
show
run.sh
+5
-0
run.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
CONDA_ENV=$(head -1 /code/environment.yml | cut -d" " -f2)
3
+
eval "$(conda shell.bash hook)"
4
+
conda activate $CONDA_ENV
5
+
python app.py