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 57cfe89 commit 391dd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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; installkernel(“Julia nodeps”, “–depwarn=no)'
RUN julia -e 'using IJulia; installkernel"Julia nodeps", "–depwarn=no")'
RUN julia -e 'using Pkg; Pkg.add("Revise")'

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 391dd06

Please sign in to comment.