Skip to content

Commit

Permalink
Merge pull request #31 from Moelf/patch-2
Browse files Browse the repository at this point in the history
bump julia to 1.11.0
  • Loading branch information
ivukotic authored Oct 9, 2024
2 parents c20c3cb + 0954fe4 commit 997b07f
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 997b07f

Please sign in to comment.