From 1debcc5ce3ca33aadffd05c8825e92580331f5a2 Mon Sep 17 00:00:00 2001 From: Katsuya Hyodo Date: Sat, 8 Oct 2022 13:50:11 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62aee06a..573ccd7f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ git clone https://github.com/PINTO0309/onnx2tf.git && cd onnx2tf $ docker run --rm -it \ -v `pwd`:/workdir \ -w /workdir \ -ghcr.io/pinto0309/onn2tf:0.0.13 +ghcr.io/pinto0309/onn2tf:0.0.14 $ pip install -e . -U or