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 fe66c32 commit 7032ec9
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 @@ -11,6 +11,7 @@ RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quar
RUN dpkg -i quarto*
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; notebook()'
RUN julia -e 'using Pkg; Pkg.add("Revise")'
Expand Down

0 comments on commit 7032ec9

Please sign in to comment.