Skip to content

Commit

Permalink
Merge pull request #33 from Moelf/patch-2
Browse files Browse the repository at this point in the history
fix JULIA_DEPOT_PATH for kernel
  • Loading branch information
ivukotic authored Oct 14, 2024
2 parents 997b07f + e0b0ea9 commit 0ac2cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN mkdir $JULIA_PKGDIR
# the build step for IJulia should install Jupyter kernal
RUN export JUPYTER_DATA_DIR=/usr/local/share/jupyter/ && \
export JULIA_LOAD_PATH="$JULIA_PKGDIR:" && \
export JULIA_DEPOT_PATH=$JULIA_PKGDIR && \
export JULIA_DEPOT_PATH=":$JULIA_PKGDIR" && \
julia -e 'using Pkg; Pkg.add("IJulia")' && \
julia -e 'using Pkg; Pkg.precompile()'

Expand Down

0 comments on commit 0ac2cbc

Please sign in to comment.