Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fabiencasenave
/
MMGP_demo
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f4d7da3
MMGP_demo
/
run.sh
fabiencasenave
initial commit
f4d7da3
about 1 year 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