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
|
||||
set -exuo pipefail
|
||||
# Requirements:
|
||||
# - Run as non-root user
|
||||
# - The JULIA_PKGDIR environment variable is set
|
||||
# - Julia is already set up, with the setup-julia.bash command
|
||||
set -exuo pipefail
|
||||
|
||||
# Install base Julia packages
|
||||
julia -e '
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -exuo pipefail
|
||||
# Requirements:
|
||||
# - This script is run as the root user
|
||||
# - Run as the root user
|
||||
# - The JULIA_PKGDIR environment variable is set
|
||||
|
||||
# Default julia version to install if env var is not set
|
||||
|
Reference in New Issue
Block a user