azureml-examples/infra/bootstrapping/create-environments.sh

16 строки
465 B
Bash

#!/bin/bash
# The filename of this script for help messages
SCRIPT_PATH="${BASH_SOURCE[0]:-$0}"
SCRIPT_DIR="$( cd "$( dirname "${SCRIPT_PATH}" )" && pwd )"
ROOT_DIR=$(cd "${SCRIPT_DIR}/../../" && pwd)
pushd "$ROOT_DIR" > /dev/null
# <create_rai_environment>
az ml environment create --file "./cli/jobs/pipelines-with-components/rai_pipeline_adult_analyse/environment/responsibleai-environment.yaml" > /dev/null 2>&1
# <create_rai_environment>
popd > /dev/null