Skip to content

Commit

Permalink
Merge pull request #24 from Moelf/patch-2
Browse files Browse the repository at this point in the history
update Julia version
  • Loading branch information
ivukotic authored Nov 14, 2023
2 parents 1e22026 + 5692649 commit f75a634
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 @@ -47,7 +47,7 @@ RUN python3.8 -m ipykernel install
#############################
ARG JULIA_MAJOR=1
ARG JULIA_MINOR=9
ARG JULIA_PATCH=2
ARG JULIA_PATCH=4
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 f75a634

Please sign in to comment.