Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SpacesExamples
/
gradio-conda-template
like
0
Running
App
Files
Files
Community
e53043c
gradio-conda-template
/
run.sh
radames
first
e53043c
9 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