docker_test12 / run.sh
jingyangcarl's picture
Initialize docker_test12 from docker_test11
364345c
raw
history blame contribute delete
142 Bytes
#!/bin/bash
CONDA_ENV=$(head -1 /code/environment.yml | cut -d" " -f2)
eval "$(conda shell.bash hook)"
conda activate $CONDA_ENV
python app.py