The source project of this merge request has been removed.
Revamp Jupyter Containers
Instructions to merge:
THIS SHOULD NOT BE DIRECTLY MERGED!
- Get commits from upstream (I have manually updated the container images so if this was just merged, it would mess up the commits)
- Change base from
nvidia/cuda:devel
toubuntu:22.04
in CI/CD. - Test that MATLAB and Julia works with CUDA (they should, as CUDA.jl was compiled during the build, and they should only use CUDA drivers - not libraries - which are provisioned through the container toolkit)
- Merge only the Tensorflow and PRP containers; rest should be kept as-is.
#17 (closed) is only half-complete. Rest to be done after we test everything.
Edited by Seungmin Kim