Using Nvidia CUDA with repo2docker
See original GitHub issueRelated to https://github.com/jupyterhub/team-compass/issues/52 and https://github.com/jupyterhub/team-compass/issues/85 and the fork from @spMohanty that includes CUDA in the base image
@choldgraf was curious about how we could vary the base image in r2d. @minrk thought we could create an additional configuration file to specify the base image eg runtime.txt
we should probably require ubuntu as the OS?
This was mentioned in this month’s meeting
Issue Analytics
- State:
- Created 5 years ago
- Comments:27 (8 by maintainers)
Top Results From Across the Web
Using Nvidia CUDA with repo2docker · Issue #471 - GitHub
To use your GPU there are two things that need doing: install various things inside your container and install various things on the...
Read more >Use NVIDIA Cuda in Docker for Data Science Projects
Use NVIDIA Cuda in Docker for Data Science Projects ... In this article I will explain how you can add NVIDIA Cuda in...
Read more >Using repo2docker — repo2docker 0.1 documentation
repo2docker performs two steps: builds a Docker image from a git repo; runs a Jupyter server within the image to explore the repository....
Read more >Which docker image is used for my submissions?
We use custom fork of repo2docker for our image build processes. ... Our Dockerfile uses following base image: FROM nvidia/cuda:10.1-cu…
Read more >Hamel Husain on Twitter: "Want to run fastai in production or a ...
fastai containers are built with GPU / CUDA support https://t.co/u8WIfT9114 ... For nbdev, we use repo2docker to package the images.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
what if we did the following:
--base-image
that for now would accept something likeorg/image:tag
.What do folks think?
I have a working example of installing cuda all the requisite libraries using just the conda buildpack at
GitHub.com/ctr26/ZeroCostDl4Mic
My gpu k8s is currently down but it works locally atm.