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 7f20a3b commit e1e8e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions julia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN rm quarto*
# Install quarto julia requirements
RUN python3 -m pip install jupyter
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")'

Expand Down

0 comments on commit e1e8e84

Please sign in to comment.