diff --git a/ai4papi/routers/v1/catalog/common.py b/ai4papi/routers/v1/catalog/common.py index f2c82e1..8a4267c 100644 --- a/ai4papi/routers/v1/catalog/common.py +++ b/ai4papi/routers/v1/catalog/common.py @@ -265,7 +265,6 @@ def get_metadata( # Add DockerHub # TODO: when the migration is finished, we have to generate the url from the module name # (ie. ignore the value coming from the metadata) - metadata['links']['docker_image'] = f"https://hub.docker.com/r/{metadata['links']['docker_image']}" metadata['links']['docker_image'] = metadata['links']['docker_image'].strip('/ ') return metadata