further limit cpu, no logs

This commit is contained in:
Brian Seymour 2018-09-21 22:00:01 -05:00
parent 3aba668aec
commit 00252622d3
1 changed files with 2 additions and 1 deletions

View File

@ -51,8 +51,9 @@ esac
docker run \
-m 64m \
--network none \
--cpus=".5" \
--cpus=".2" \
--rm \
--log-driver none \
-v $filepath:/$file:ro \
-v $dir/executors/python2:/executor_python2:ro \
-v $dir/executors/python3:/executor_python3:ro \