3d68748
1
2
3
4
5
6
7
8
9
10
11
#!/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