-
-
Notifications
You must be signed in to change notification settings - Fork 137
Description
Im attempting to run Scriberr in docker. As i have a 50 series gpu im looking to download the blackwell version of the image, but im met with:
docker compose -f docker-compose.blackwell.yml up -d
time="2026-01-14T12:43:29+01:00" level=warning msg="C:\Users\Sneeek\Documents\scriberr\docker-compose.blackwell.yml: the attribute 'version' is obsolete, it will be ignored, please remove it to avoid potential confusion"
[+] up 1/1
✘ Image ghcr.io/rishikanthc/scriberr-cuda-blackwell:latest Error error from registry: denied 1.6s
denied 1.6s
Error response from daemon: error from registry: denied
denied
Looking at the packages, i only see scriberr and scriberr-cuda. My docker compose file is the one in the repo. Downloading and running the non-blackwell image works as expected, though i cant run it with GPU which is not ideal. Is this an error on my side and im doing it wrong? Or has the blackwell docker image not been built yet?