Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
ACCC1380
/
private-model
like
7
Languages:
Chamorro
License:
apache-2.0
Dataset card
Files
Files and versions
Community
6
09297dd
private-model
/
entrypoint.sh
ACCC1380
Upload entrypoint.sh with huggingface_hub
987bbd9
verified
6 months ago
raw
Copy download link
history
blame
Safe
219 Bytes
#!/bin/bash
if
[[ -x
"/init.sh"
]];
then
/init.sh
fi
.
"
${DL_ANACONDA_HOME}
/etc/profile.d/conda.sh"
if
[[
"
${ENABLE_MULTI_ENV,,}
"
==
'true'
]];
then
conda activate jupyterlab
else
conda activate base
fi
exec
"
$@
"