Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created April 28, 2018 05:05
Show Gist options
  • Save tristansokol/c1671ac3cb13d2e9cf2eb41567d7e6f0 to your computer and use it in GitHub Desktop.
Save tristansokol/c1671ac3cb13d2e9cf2eb41567d7e6f0 to your computer and use it in GitHub Desktop.
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