Skip to content
New issue

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

added dockerfile for nvidia cuda #48

Closed
wants to merge 1 commit into from
Closed

added dockerfile for nvidia cuda #48

wants to merge 1 commit into from

Conversation

fernandonieuwveldt
Copy link

This is a docker container for use with cuda/gpu.

To build: docker build . -t julia:gpu
To spin up container with gpu usage: docker run --gpus all -it --rm julia:gpu bash

This does not use the julia cuda artifact but rather the local(in container) cuda installation.
To use local(container) cuda installation the environment variable JULIA_CUDA_USE_BINARYBUILDER is set to false

CUDA examples on CUDA.jl page ran successfully.

@tianon
Copy link
Member

tianon commented Jul 6, 2020

While this is interesting (and I hope you continue working on it!), I don't think the official image is the appropriate place for such a variant to be maintained.

@fernandonieuwveldt
Copy link
Author

Ok thanks for your reply. I will close the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants