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