Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading