This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Description
Here's the error I get:
nvidia-docker | 2016/06/27 19:24:29 Error: Get http://plugin/docker/cli?vol=nvidia_driver&dev=: EOF
And the bash script:
export NV_HOST="ssh://username@$(docker-machine ip $MACHINE_NAME):"
eval $(ssh-agent -s)
ssh-add ~/.docker/machine/machines/$MACHINE_NAME/id_rsa
nvidia-docker run "$DOCKER_IMAGE" "$DOCKER_ARG"
FWIW, this works correctly ~80% of the time. Any tips on troubleshooting this further or possible causes would be super helpful.