Problem
The Gemma4 DFlash Docker image referenced in the README appears to be inaccessible from a normal authenticated/unauthenticated Docker client.
README reference:
ghcr.io/z-lab/vllm-openai:gemma4-dflash-cu130
I tried to launch the Gemma4 DFlash container on an Ubuntu host and Docker failed while pulling the image:
Unable to find image 'ghcr.io/z-lab/vllm-openai:gemma4-dflash-cu130' locally
docker: Error response from daemon: error from registry: unauthorized
unauthorized
Reproduction
docker pull ghcr.io/z-lab/vllm-openai:gemma4-dflash-cu130
Environment
- Host: Ubuntu
- Docker daemon on a remote GPU server
- Date: 2026-05-07
Request
Could you confirm whether:
- this GHCR package is intended to be public,
- additional registry auth is required,
- or the README should point to a different image / registry?
I checked the README and the image path appears to match what is documented, so this looks like either a package visibility problem or missing access instructions.
Problem
The Gemma4 DFlash Docker image referenced in the README appears to be inaccessible from a normal authenticated/unauthenticated Docker client.
README reference:
ghcr.io/z-lab/vllm-openai:gemma4-dflash-cu130I tried to launch the Gemma4 DFlash container on an Ubuntu host and Docker failed while pulling the image:
Reproduction
Environment
Request
Could you confirm whether:
I checked the README and the image path appears to match what is documented, so this looks like either a package visibility problem or missing access instructions.