mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Update setup-julia.bash with Julia v1.9.3 (#1985)
This commit is contained in:
@@ -6,7 +6,7 @@ set -exuo pipefail
|
|||||||
|
|
||||||
# Default julia version to install if env var is not set
|
# Default julia version to install if env var is not set
|
||||||
# Check https://julialang.org/downloads/
|
# Check https://julialang.org/downloads/
|
||||||
JULIA_VERSION="${JULIA_VERSION:-1.9.2}"
|
JULIA_VERSION="${JULIA_VERSION:-1.9.3}"
|
||||||
|
|
||||||
# Figure out what architecture we are installing in
|
# Figure out what architecture we are installing in
|
||||||
JULIA_ARCH=$(uname -m)
|
JULIA_ARCH=$(uname -m)
|
||||||
|
Reference in New Issue
Block a user