Spaces:
Runtime error
Runtime error
File size: 143 Bytes
d32d5f5 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
which python
python app.py
|