Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jingyangcarl
/
matgen
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
05d00b7
matgen
/
run.sh
jingyangcarl
init
05d00b7
6 days 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