Skip to content

Commit c0c0b27

Browse files
committed
fix install packages with script
Signed-off-by: Greg Werner <[email protected]>
1 parent bd5ff3d commit c0c0b27

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

umich-notebook/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ RUN /opt/setup-scripts/setup_julia.py
2222
USER ${NB_UID}
2323

2424
# Setup IJulia kernel & other packages
25-
RUN /opt/setup-scripts/setup-julia-packages.bash
25+
COPY --chown=${NB_UID}:${NB_GID} setup-scripts/*.* /opt/setup-scripts/.
26+
RUN chown +rx /opt/setup-scripts/install-julia-packages.bash \
27+
&& /opt/setup-scripts/install-julia-packages.bash
2628

2729
RUN pip install jupyter_kernel_gateway psycopg2-binary
2830

umich-notebook/setup-scripts/install-julia-packages.bash

100644100755
File mode changed.

umich-notebook/setup-scripts/setup_julia.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)