Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 2c7dfe8

Browse files
committed
Update Julia kernel path
1 parent eadbe7b commit 2c7dfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN apt-get update && apt-get install -y python-pip python-dev libcurl4-openss
6868
julia -e "Pkg.build(\"IJulia\")" && \
6969
# Make sure Jupyter won't try to migrate old settings
7070
mkdir -p /root/.jupyter/kernels && \
71-
cp -r /root/.local/share/jupyter/kernels/julia-0.5 /root/.jupyter/kernels && \
71+
cp -r /root/.local/share/jupyter/kernels/julia-0.6 /root/.jupyter/kernels && \
7272
touch /root/.jupyter/jupyter_nbconvert_config.py && touch /root/.jupyter/migrated && \
7373
julia -e "Base.compilecache(\"IJulia\")" && \
7474
julia -e "Base.compilecache(\"ZMQ\")" && \

0 commit comments

Comments
 (0)