From 6c7bff0961b9a9c5a028c1fd083434480187d4ba Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Thu, 18 Nov 2021 03:40:17 +0200 Subject: [PATCH] add docker image code badges --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 4dcc4f5..ad6a93b 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,9 @@ This Python package runs a Neural Style Tranfer algorithm on input `content` and * - package - | |pypi| |wheel| |py_versions| |commits_since| + * - containerization + - | |docker| |image_size| + * - code quality - |better_code_hub| |code_climate| |maintainability| |codacy| |scrutinizer| @@ -214,3 +217,11 @@ and the pretrained model are present. That way you can immediately start creatin :alt: Supported versions :target: https://pypi.org/project/topic-modeling-toolkit + + +.. |docker| image:: https://img.shields.io/docker/v/boromir674/neural-style-transfer/latest?logo=docker&logoColor=%23849ED9 + :alt: Docker Image Version (tag latest semver) + :target: https://hub.docker.com/r/boromir674/neural-style-transfer + +.. |image_size| image:: https://img.shields.io/docker/image-size/boromir674/neural-style-transfer/latest?logo=docker&logoColor=%23849ED9 + :alt: Docker Image Size (tag) \ No newline at end of file