JohanDL's picture
add run.sh
dee17e4
raw
history blame
No virus
149 Bytes
#!/bin/bash
CONDA_ENV=$(head -1 /code/environment_docker.yml | cut -d" " -f2)
eval "$(conda shell.bash hook)"
conda activate $CONDA_ENV
python app.py