Skip to content

Commit 4d92ddf

Browse files
authored
Update README.md
1 parent 22aafe3 commit 4d92ddf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ These container images are especially useful for using Julia packages on systems
1111

1212
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.
1313

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).
15-
1614
## Installation
1715

1816
```julia
@@ -204,7 +202,6 @@ run(`docker build -t my_docker_username/my_image_name .`)
204202

205203
## Related Packages
206204
1. [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl)
207-
2. [SimpleVirtualMachineGenerator.jl](https://github.com/bcbi/SimpleVirtualMachineGenerator.jl)
208205

209206
## Acknowledgements
210207

0 commit comments

Comments
 (0)