Skip to content

Commit

Permalink
fix install packages with script
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Werner <[email protected]>
  • Loading branch information
jgwerner committed Aug 20, 2024
1 parent e128f4a commit 76aa49c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion umich-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ RUN /opt/setup-scripts/setup_julia.py
USER ${NB_UID}

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

RUN pip install jupyter_kernel_gateway psycopg2-binary

Expand Down
Empty file modified umich-notebook/setup-scripts/install-julia-packages.bash
100644 → 100755
Empty file.
Empty file modified umich-notebook/setup-scripts/setup_julia.py
100644 → 100755
Empty file.

0 comments on commit 76aa49c

Please sign in to comment.