diff --git a/trainer/docker.sh b/trainer/docker.sh index 8fe5088..e84cca8 100755 --- a/trainer/docker.sh +++ b/trainer/docker.sh @@ -44,8 +44,8 @@ fi # NODE_LIB_VERSION should only be used, to build the corresponding version and deploy to docker # make sure the remote repository always has the 'latest' tag (otherwise the CI tests will fail) -SEMANTIC_VERSION=0.1.6 -NODE_LIB_VERSION=0.10.15 +SEMANTIC_VERSION=0.1.7 +NODE_LIB_VERSION=0.10.16 #image="zauberzeug/yolov5-trainer:$SEMANTIC_VERSION-nlv$NODE_LIB_VERSION" image="zauberzeug/yolov5-trainer:latest"