Skip to content

Commit 5387744

Browse files
author
david.fischak@eodc.eu
committed
Try fix permissions script
1 parent bb94bec commit 5387744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel-julia/container/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN mamba install --yes --verbose --file /tmp/conda-deps-sys.yaml && \
2626

2727
ADD jupyter_enterprise_gateway_kernel_image_files_docker-julia.tar.gz /usr/local/bin/
2828
RUN julia --eval "import Pkg; using IJulia; Pkg.update(); ENV[\"IJULIA_DEBUG\"]=true; Pkg.build(\"IJulia\"); Pkg.add([\"DataStructures\"]); Pkg.precompile()"
29+
RUN fix-permissions "${JULIA_PKGDIR}" "${CONDA_DIR}/share/jupyter"
2930

3031
USER root
3132

0 commit comments

Comments
 (0)