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
{{ message }}
This repository was archived by the owner on Feb 5, 2020. It is now read-only.
Replace $PKG with a named volume (see docker volume create), or the path to
a local directory. When the container starts, and /pkg does not contain an
initialized package installation, a pre-configured installation of the packages
as listed in the REQUIRE file will be copied to the package directory
and configured for your system. This will take a while, but the results will be
persistent across invocations (on the condition you keep your package volume or
directory intact).
The container starts in /data, which you can mount in order to access files
from your host.
Note that the container has Julia as entry point, and thus can be used as if it were a
regular binary (especially powerful in combination with $PWD mounted as /data):
Some packages might support a debugging mode; run again with DEBUG=true and file an issue.
Development
Members of the JuliaGPU organization can force a rebuild of the image at the JuliaGPU
CI. Apart from that, the image is
rebuilt weekly, including new versions of Julia and any included packages.
If you want to include a new package, create a PR modifying the REQUIRE file. Note that all
included packages need to pass tests, or the image won't be pushed.