Browse Source

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 5 years ago
parent
commit
603c51ead0
1 changed files with 1 additions and 1 deletions
  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 \