Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Oct 27, 2023
1 parent 39d43ba commit fbbbbf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ ENV JULIA_DEPOT_PATH=/opt/julia \

# Setup Julia
COPY setup-julia.bash /opt/setup-scripts/setup-julia.bash
COPY setup-julia-packages.bash /opt/setup-scripts/setup-julia-packages.bash
RUN chmod +x /opt/setup-scripts/setup-julia.bash && /opt/setup-scripts/setup-julia.bash
RUN chmod +x /opt/setup-scripts/setup-julia-packages.bash

RUN chmod 777 /opt/julia -R
RUN chmod 777 /opt/julia-1.9.3 -R

# 3) install packages using notebook user
USER jovyan

RUN /opt/setup-scripts/setup-julia-packages.bash
# RUN conda install -y scikit-learn

RUN pip install --no-cache-dir networkx scipy
Expand Down

0 comments on commit fbbbbf2

Please sign in to comment.