Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad authored Sep 18, 2024
1 parent a7fa7e2 commit 07b63a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions julia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN dpkg -i quarto*
RUN rm quarto*
# Install quarto julia requirements
RUN julia -e 'using Pkg; Pkg.add("IJulia")'
RUN julia -e 'using IJulia; notebook()'
# RUN julia -e 'using IJulia; notebook()'
RUN julia -e 'using Pkg; Pkg.add("Revise")'

RUN set -eux; \
mkdir "$JULIA_USER_HOME";
# RUN set -eux; \
# mkdir "$JULIA_USER_HOME";

RUN julia -e 'using Pkg; Pkg.instantiate();'
# RUN julia -e 'using Pkg; Pkg.instantiate();'

0 comments on commit 07b63a0

Please sign in to comment.