You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimpleContainerGenerator automates the process of creating container images for using Julia packages.
7
7
@@ -11,6 +11,8 @@ These container images are especially useful for using Julia packages on systems
11
11
12
12
When building the Docker images, make sure that Docker Desktop is set to use at least 4 GB of memory (RAM). If you run into errors, you should try further increasing the amount of available memory.
13
13
14
+
SimpleContainerGenerator generates container images for containerization platforms such as Docker, Singularity, etc. If you instead want to generate virtual machine (VM) images, see [SimpleVirtualMachineGenerator](https://github.com/bcbi/SimpleVirtualMachineGenerator.jl).
- This work was supported in part by National Institutes of Health grants U54GM115677, R01LM011963, and R25MH116440. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.
211
+
- This work was supported in part by National Institutes of Health grants R01LM011963, R25MH116440, and U54GM115677 and National Science Foundation award 2027892. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health or the National Science Foundation.
0 commit comments