Skip to content

Commit

Permalink
bump julia to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Oct 8, 2024
1 parent c20c3cb commit 0954fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ RUN python3.8 -m ipykernel install
# Julia
#############################
ARG JULIA_MAJOR=1
ARG JULIA_MINOR=10
ARG JULIA_PATCH=5
ARG JULIA_MINOR=11
ARG JULIA_PATCH=0
ARG JULIA_VER=$JULIA_MAJOR.$JULIA_MINOR.$JULIA_PATCH
# this is where we install default packages
ENV JULIA_PKGDIR=/opt/julia
Expand Down

0 comments on commit 0954fe4

Please sign in to comment.