Hello,
We have some repositories in the OpenNMT organization on DockerHub. The only repository that is currently active is ctranslate2
where a new Docker image is pushed for each new version.
However, Docker is sunsetting the Free Team subscription tier starting from April 14, 2023. Since we have very basic requirements for hosting Docker images we don’t plan on moving to a paid subscription.
Instead we will start pushing images to the GitHub Container registry so the image name will be different:
docker pull ghcr.io/opennmt/ctranslate2:latest-ubuntu20.04-cuda11.2
I already pushed selected images that we want to keep, but note that we don’t plan on transferring all tags.