Skip to content

Commit

Permalink
bump trainers nodelib version
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Oct 31, 2024
1 parent 4b17b7c commit c64889d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trainer/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c64889d

Please sign in to comment.