Skip to content

Commit

Permalink
tests updates julia image
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Sep 18, 2024
1 parent 5fac6a5 commit 6e2a6a1
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 @@ -10,4 +10,4 @@ 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 julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.add("Revise")'
RUN julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia; notebook(); using Pkg; Pkg.add("Revise")'

0 comments on commit 6e2a6a1

Please sign in to comment.