Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vrodriguezf
/
deepvats
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
daf5ef3
deepvats
/
docker
/
entrypoint.sh
misantamaria
Add application file
f58f618
over 1 year ago
raw
Copy download link
history
blame
Safe
128 Bytes
#!/bin/bash --login
set
-e
echo
$ENV_PREFIX
conda activate
$ENV_PREFIX
conda list
pip install -e /home/
$USER
/work
exec
"
$@
"