Skip to content

Commit

Permalink
add docker image code badges
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 18, 2021
1 parent 839055f commit 6c7bff0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|

Expand Down Expand Up @@ -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)

0 comments on commit 6c7bff0

Please sign in to comment.