Skip to content

Commit 42b1e3b

Browse files
committed
Bump version to 1.2.0
Add ability to handle several input images at once.
1 parent 864e72d commit 42b1e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG tag=2.4.0-cuda12.1-cudnn9-runtime
1616
FROM pytorch/pytorch:${tag}
1717

1818
LABEL maintainer='Jean-Olivier Irisson'
19-
LABEL version='1.1.0'
19+
LABEL version='1.2.0'
2020

2121
# What user branch to clone [!]
2222
ARG branch=main

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)