File size: 142 Bytes
b9aa25e
382e74e
b9aa25e
 
9f1ee75
1
2
3
4
5
#!/bin/bash
CONDA_ENV=$(head -1 /app/environment.yml | cut -d" " -f2)
eval "$(conda shell.bash hook)"
conda activate $CONDA_ENV
python demo.py