Skip to content

Commit 7b09bbc

Browse files
committed
add julia to jupyter service
1 parent 9ab390b commit 7b09bbc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jupyter-spark/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ ENV JULIA_DEPOT_PATH=/opt/julia \
203203

204204
# Setup Julia
205205
RUN /opt/setup-scripts/setup_julia.py
206-
206+
# Setup IJulia kernel & other packages
207+
RUN /opt/setup-scripts/setup-julia-packages.bash
207208

208209

209210
RUN fix-permissions "$CONDA_DIR"
@@ -212,8 +213,6 @@ RUN fix-permissions "$CONDA_DIR"
212213
USER notebook
213214
RUN mkdir /tmp/spark-master /tmp/spark-worker && chmod go+w /tmp/spark-*
214215

215-
# Setup IJulia kernel & other packages
216-
RUN /opt/setup-scripts/setup-julia-packages.bash
217216

218217
WORKDIR $HOME
219218
ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH} \

0 commit comments

Comments
 (0)