Skip to content

Commit ba34c4e

Browse files
committed
bump trainer semantic version and nodelib dependency
1 parent deb154a commit ba34c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trainer/docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ fi
4343
# NODE_LIB_VERSION should only be used, to build the corresponding version and deploy to docker
4444
# make sure the remote repository always has the 'latest' tag (otherwise the CI tests will fail)
4545

46-
SEMANTIC_VERSION=0.1.12
47-
NODE_LIB_VERSION=0.13.4
46+
SEMANTIC_VERSION=0.1.13
47+
NODE_LIB_VERSION=0.14.0
4848

4949
if [ "$2" = "test_latest" ]; then
5050
image="zauberzeug/yolov5-trainer:latest"

0 commit comments

Comments
 (0)