Quellcode durchsuchen

HPCC-24232 Use common image and document how to add 3rd-party components

Typo in example script

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman vor 5 Jahren
Ursprung
Commit
603c51ead0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      dockerfiles/examples/numpy/build.sh

+ 1 - 1
dockerfiles/examples/numpy/build.sh

@@ -1,5 +1,5 @@
 LABEL=$1
-[[ -n ${LABEL} ]] && LABEL=latest
+[[ -z ${LABEL} ]] && LABEL=latest
 
 docker image build -t hpccsystems/platform-core:numpy \
      --build-arg DOCKER_REPO=hpccsystems \