We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb154a commit ba34c4eCopy full SHA for ba34c4e
trainer/docker.sh
@@ -43,8 +43,8 @@ fi
43
# NODE_LIB_VERSION should only be used, to build the corresponding version and deploy to docker
44
# make sure the remote repository always has the 'latest' tag (otherwise the CI tests will fail)
45
46
-SEMANTIC_VERSION=0.1.12
47
-NODE_LIB_VERSION=0.13.4
+SEMANTIC_VERSION=0.1.13
+NODE_LIB_VERSION=0.14.0
48
49
if [ "$2" = "test_latest" ]; then
50
image="zauberzeug/yolov5-trainer:latest"
0 commit comments