Micah P. Dombrowski / Aug 15 2018
Julia 0.7 OpenGL
Julia 0.7 OpenGL
Julia Base
Download as Docker image from:
This image was imported from: julia:0.7
OpenGL
Download as Docker image from:
This image was imported from: nvidia/opengl:1.0-glvnd-devel-ubuntu16.04
echo "UTC" > /etc/timezone tar -zxf julia-base.tgz↩ -C / DEBIAN_FRONTEND=noninteractive apt-get -qq update apt-get -qq upgrade -y apt-get -qq install -y \ ca-certificates locales tzdata sudo \ curl wget unzip git apt-get clean rm -rf /var/lib/apt/lists/* locale-gen en_US.UTF-8 update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.en LC_ALL=en_US.UTF-8 echo "/usr/local/cuda/lib64" >> /etc/ld.so.conf.d/cuda.conf echo "/usr/local/nvidia/lib64" >> /etc/ld.so.conf.d/nvidia.conf ldconfig julia -e 'using Pkg Pkg.update() Pkg.add("JSON")'
julia -E 'VERSION'