muse-talk / entrypoint.sh
Sofian Hadiwijaya
add files
7e9d3a4
raw
history blame
No virus
173 Bytes
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
echo "pythonpath" $PYTHONPATH
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
which python
python app.py