From c52af080d988587968419b686c97c0c0b95b5cf5 Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome <36760800+alvarobartt@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:58:59 +0100 Subject: [PATCH] Fix code-comment formatting --- .../inference/cpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh | 2 +- .../inference/gpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/pytorch/inference/cpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh b/containers/pytorch/inference/cpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh index 6c0d0ed8..a9bccbf9 100644 --- a/containers/pytorch/inference/cpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh +++ b/containers/pytorch/inference/cpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh @@ -36,7 +36,7 @@ if [[ "${AIP_STORAGE_URI:-}" == gs://* ]]; then TARGET_DIR="/opt/huggingface/model" mkdir -p "$TARGET_DIR" - # Check if gsutil is available + # Check if `gsutil` is available if ! command -v gsutil &> /dev/null; then echo "ERROR: gsutil command not found. Please install Google Cloud SDK." >&2 exit 1 diff --git a/containers/pytorch/inference/gpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh b/containers/pytorch/inference/gpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh index 6c0d0ed8..a9bccbf9 100644 --- a/containers/pytorch/inference/gpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh +++ b/containers/pytorch/inference/gpu/2.3.1/transformers/4.48.0/py311/entrypoint.sh @@ -36,7 +36,7 @@ if [[ "${AIP_STORAGE_URI:-}" == gs://* ]]; then TARGET_DIR="/opt/huggingface/model" mkdir -p "$TARGET_DIR" - # Check if gsutil is available + # Check if `gsutil` is available if ! command -v gsutil &> /dev/null; then echo "ERROR: gsutil command not found. Please install Google Cloud SDK." >&2 exit 1