Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spMohanty committed Nov 28, 2018
1 parent 718533f commit 30d9e2b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions run.sh
@@ -1,8 +1,12 @@
#!/bin/bash

# Use This line would work in case of the docker container
# Else the relevant env variables will not be loaded during evaluatino
source activate root
echo "root"
if [[ -z "${CROWDAI_MARLO_GRADING}" ]]; then
source activate marlo #Use This line would work in case of local debugs;
# in a local debug setup, you should use your env name instead of marlo
echo "marlo"
else
source activate root #Use This line would work in case of the docker container
echo "root"
fi

python run.py

0 comments on commit 30d9e2b

Please sign in to comment.