Skip to content

Commit

Permalink
Bump Julia version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Apr 30, 2024
1 parent 0ae3d2c commit 3392d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN python3.8 -m ipykernel install
#############################
ARG JULIA_MAJOR=1
ARG JULIA_MINOR=10
ARG JULIA_PATCH=2
ARG JULIA_PATCH=3
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 3392d49

Please sign in to comment.