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 391dd06 commit a7fa7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dpkg -i quarto*
RUN rm quarto*
# Install quarto julia requirements
RUN julia -e 'using Pkg; Pkg.add("IJulia")'
RUN julia -e 'using IJulia; installkernel"Julia nodeps", "–depwarn=no")'
RUN julia -e 'using IJulia; notebook()'
RUN julia -e 'using Pkg; Pkg.add("Revise")'

RUN set -eux; \
Expand Down

0 comments on commit a7fa7e2

Please sign in to comment.