Skip to content

tanmaykm/JuliaDockerImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Julia Docker Images

Docker images for base Julia and Julia packages.

The Julia base image packages provide just Julia and IJulia but do not include any packages. These are much smaller downloads, but require you to install any packages you need. To persist installed packages across docker sessions, mount a local volume as the user home folder.

The Julia package distributions build on the base image and bundle a set of packages by default.

Select the appropriate base Julia or a package distribution that matches your requirement and follow the steps below to install and run.

Installation

Running

  • Run to get a shell prompt: docker run -it <image>:<version>
  • Run Julia: docker run -it --entrypoint="/opt/julia/bin/julia" <image>:<version>
  • Run IJulia: docker run -it --net="host" --entrypoint="/usr/local/bin/ipython" <image>:<version> notebook --profile julia

The default user in the image is root with home directory /root. The default working directory is /.

Available Images

Description Image & Latest Version (julialang/...)
Base Julia julia:v0.3.12
Base Julia julia:v0.4.7
Base Julia julia:v0.5.1
Base Julia julia:v0.6.0-dev
JuliaBox minimal package bundle juliaboxminpkgdist:v0.3.12
JuliaBox package bundle juliaboxpkgdist:v0.3.12
Julia Hadoop hadoop:v0.4.6

Contributing

Please submit pull requests to update/add packages. As far as possible, please extend from an existing image specification to avoid duplication.

About

Docker images for base Julia and Julia packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages