Skip to content

Commit efdaebf

Browse files
committed
review comments
1 parent 5de9196 commit efdaebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes/tests/scripts/test_mnist.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -o errexit -o nounset -o pipefail
55
ACCEPTABLE_CPU_CORE_USAGE=2
66
DOCKER_IMAGE=pytorch/torchserve-nightly:latest-gpu
77

8-
# Get relative path of example dir
8+
# Get relative path of example dir with respect to root
9+
# Ex: if ROOT_DIR is ~/serve , EXAMPLE_DIR is ./kubernetes/tests/scripts
910
EXAMPLE_DIR=$(dirname "$(readlink -f "$0")")
1011
ROOT_DIR=${EXAMPLE_DIR}/../../../
1112
ROOT_DIR=$(realpath "$ROOT_DIR")

0 commit comments

Comments
 (0)