#!/bin/bash ###################################################################### # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # # SPDX-License-Identifier: MIT-0 # ###################################################################### source ../../docker.properties # Build Docker image docker image build -t ${registry}/torchelastic-huggingface .