Can't pull the stated most recent release of Parabricks

On the following webpage:
https://docs.nvidia.com/clara/parabricks/4.0.1/gettingstarted.html#getting-the-software

The command for getting the software is shown as:
docker pull nvcr.io/nvidia/clara/clara-parabricks:v4.0.1-1

But it results in an error:
docker pull nvcr.io/nvidia/clara/clara-parabricks:v4.0.1-1
Error response from daemon: manifest for nvcr.io/nvidia/clara/clara-parabricks:v4.0.1-1 not found: manifest unknown: manifest unknown

I found a similar topic on this forum from December 2022 saying that version 4.0.1-1 has not been released and the docs would be updated to reflect such.
Is that still the case?
Is version 4.0.0-1 still the most recent release?

Hey Scott,

The latest version is 4.0.1-1. If you remove the ā€œvā€ from the version number, then you should be able to pull the image. Try this command:

docker pull nvcr.io/nvidia/clara/clara-parabricks:4.0.1-1

1 Like

Thank you so much! That was indeed the issue.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.