JuliaPro is the fastest on-ramp to Julia for individual researchers, quants, traders, economists, engineers, scientists, students and others. Beginners and experts can build better software quicker while benefiting from Julia's unparalleled high performance
More Info: https://juliacomputing.com/products/juliapro.html Email Us: [email protected]
v1.3.1-1, v1.4.1-4, v1.4.2-1, v1.5.3-1, v1.6.0-beta1
JULIA_PKG_SERVER default value: pkg.juliahub.comJULIA_DEPOT_PATH default value: ~/.julia.PRIVATE_REGISTRY_NAME name of the private registry. This needs to be set only if private registry needs to be present by defaultPRIVATE_REGISTRY_UUID UUID of the private registry. This needs to be set only if private registry needs to be present by defaultREMOVE_JULIACOMPUTINGREGISTRY default value: falseREMOVE_GENERAL default value: falsePlace pkgserver authentication token auth.toml in a directory. You can obtain token from https://juliahub/auth/. if you need long term tokens, please contact us at: [email protected].
Place a file env.sh in the directory. This file needs to contain appropriate runtime enviroment variables specified in section Runtime environment variables
Run container by mounting host directory(from step 1) containing two files auth.toml, env.sh to container path /data/
For eg:
docker run -it -v /home/ubuntu/data:/data juliapro:v1.2.0-2 where /home/ubuntu/data should contain env.sh and auth.toml.
auth.toml. You can obtain token from https://juliahub/auth/. if you need long term tokens, please contact us at: [email protected].cat auth.toml | base64 -w 0 to generate base64 string.JULIAPRO_TOKEN_ENCODED.For eg:
docker run -it -e JULIAPRO_TOKEN_ENCODED=<base64 string of auth.toml> -e JULIA_PKG_SERVER=test.juliahub.com juliapro:v1.2.0-2
Ubuntu: 0.6.3.1-ubuntu 0.6.2.2-ubuntu 0.6.2.1-ubuntu 0.6.1.1-ubuntu 0.6.0.1-ubuntu
Centos: 0.6.3.1-centos 0.6.2.2-centos 0.6.2.1-centos 0.6.1.1-centos 0.6.0.1-centos
docker run -it juliacomputing/juliapro:latest docker run -it -p 8888:8888 --entrypoint jupyter_notebook juliacomputing/juliapro:latestdocker run -it --entrypoint julia juliacomputing/juliapro:latest -e "println(1+2)"docker run -it --entrypoint bash juliacomputing/juliapro:latestContent type
Image
Digest
Size
253.8 MB
Last updated
over 4 years ago
docker pull juliacomputing/juliapro