Created
April 28, 2018 05:05
-
-
Save tristansokol/c1671ac3cb13d2e9cf2eb41567d7e6f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TAG_NAME=jerk-agent:v7 | |
export DOCKER_REGISTRY="retrocontestxxx.azurecr.io" | |
docker login $DOCKER_REGISTRY \ | |
--username "retrocontestxxx" \ | |
--password "xxx"&& | |
docker build -f jerk-agent.docker -t $DOCKER_REGISTRY/$TAG_NAME . && | |
retro-contest run --agent $DOCKER_REGISTRY/$TAG_NAME \ | |
--results-dir results/${TAG_NAME//:} --no-nv --use-host-data --timestep-limit 1000000\ | |
SonicTheHedgehog-Genesis GreenHillZone.Act1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment