瀏覽代碼

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 年之前
父節點
當前提交
603c51ead0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 \