docker build -t football:latest -f Dockerfile . docker run --ipc host --name football -v $PWD:/home -w=/ --rm -it football:latest /bin/bash -c "cd /home && /bin/bash"python view_test.pypython handyrl.py --eval ${MODEL_PATH} ${NUM_GAMES} ${NUM_WORKERS} OMP_NUM_THREADS=1 python handyrl.py --train-server python handyrl.py --worker