mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Unify julia scripts style
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -exuo pipefail
|
||||||
# Requirements:
|
# Requirements:
|
||||||
# - Run as non-root user
|
# - Run as non-root user
|
||||||
|
# - The JULIA_PKGDIR environment variable is set
|
||||||
# - Julia is already set up, with the setup-julia.bash command
|
# - Julia is already set up, with the setup-julia.bash command
|
||||||
set -exuo pipefail
|
|
||||||
|
|
||||||
# Install base Julia packages
|
# Install base Julia packages
|
||||||
julia -e '
|
julia -e '
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -exuo pipefail
|
set -exuo pipefail
|
||||||
# Requirements:
|
# Requirements:
|
||||||
# - This script is run as the root user
|
# - Run as the root user
|
||||||
# - The JULIA_PKGDIR environment variable is set
|
# - The JULIA_PKGDIR environment variable is set
|
||||||
|
|
||||||
# Default julia version to install if env var is not set
|
# Default julia version to install if env var is not set
|
||||||
|
Reference in New Issue
Block a user