blob: 42422ddbed543463750d89e2fef4f8d2c04833cf [file] [log] [blame]
# -*- mode: dockerfile -*-
# part of the dockerfile to install the julia binding
COPY install/julia.sh install/
RUN install/julia.sh
ENV MXNET_HOME /mxnet
RUN julia -e 'Pkg.add("MXNet")'