entrypoint.sh 143 B

123456789
  1. #!/bin/bash
  2. echo "entrypoint.sh"
  3. whoami
  4. which python
  5. source /opt/conda/etc/profile.d/conda.sh
  6. conda activate musev
  7. which python
  8. python app.py