We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I am trying to install the nvidia drivers on CoreOS using your container. However when running the container I get the following error:
core@marco-gpu1 ~ $ source /etc/os-release core@marco-gpu1 ~ $ docker run --rm --privileged --volume /:/rootfs/ srcd/coreos-nvidia:${VERSION} /bin/sh: 1: Syntax error: "if" unexpected
I think you are missing a ; or a && right after this line: https://github.com/src-d/coreos-nvidia/blob/master/Dockerfile#L103
;
&&
The text was updated successfully, but these errors were encountered:
This should fix it: #11.
Sorry, something went wrong.
No branches or pull requests
Hi! I am trying to install the nvidia drivers on CoreOS using your container. However when running the container I get the following error:
I think you are missing a
;
or a&&
right after this line: https://github.com/src-d/coreos-nvidia/blob/master/Dockerfile#L103The text was updated successfully, but these errors were encountered: