Created
April 11, 2018 02:42
-
-
Save tristansokol/20edf5969d2ea06d26e990ea8001ad0d 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 DOCKER_REGISTRY="retrocontestxxxxxxxxxxxxxx" | |
docker login $DOCKER_REGISTRY \ | |
--username "xxxxxxxxxxxxx" \ | |
--password "xxxxxxxxxxxxx" | |
docker build -f rainbow-agent.docker -t $DOCKER_REGISTRY/rainbow-agent:v1 . | |
docker push $DOCKER_REGISTRY/rainbow-agent:v1 | |
retro-contest run --agent $DOCKER_REGISTRY/rainbow-agent:v1 \ | |
--results-dir results --no-nv --use-host-data\ | |
SonicTheHedgehog-Genesis GreenHillZone.Act1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment