workspaces-images
workspaces-images copied to clipboard
feat: added ubuntu jammy cuda dind dockerfile
KASM suite of docker images have both dind (docker in docker) images and also cuda images available.
For the ultimate KASM development image, it would be nice to have an image that combines both - dind and docker. This is a great choice for all round development work that requires building and running docker images while also supporting cuda toolkit for ML or other compute tasks.
This PR adds an additional docker image which inherits from "cuda-jammy" base and adds "dind" on top.