Files
docker-stacks/examples/docker-compose/notebook/build.sh
2025-03-14 12:44:23 +00:00

13 lines
348 B
Bash
Executable File

#!/bin/bash
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Setup environment
# shellcheck source=examples/docker-compose/notebook/env.sh
source "${DIR}/env.sh"
# Build the notebook image
docker-compose -f "${DIR}/notebook.yml" build