cantremember's picture
more logging
7a6a83f
raw
history blame contribute delete
225 Bytes
#!/bin/sh
ROOT=$(cd `dirname $0` && pwd)
set -e
echo "initializing anaconda environment ..."
eval "$(conda shell.bash hook)"
conda init
conda activate my-first-docker
echo "executing main.py ..."
python $ROOT/../main.py