Latest vLLM image missing mentioned README

The vLLM image overview states:

See /workspace/README.md inside the container for information on getting started and customizing your vLLM image.

Although, when those directions are followed, there is no /workspace/README.md in the latest image (nvcr.io/nvidia/vllm:26.02-py3). I have not checked older images:

$ docker run -it --rm nvcr.io/nvidia/vllm:26.02-py3 /bin/bash
root@f309c9772ea3:/workspace# ll
total 12
drwxr-xr-x 2 root root 4096 Feb  3 21:08 ./
drwxr-xr-x 1 root root 4096 Mar  4 15:40 ../
-rw-r--r-- 1 root root  467 Feb  3 21:05 license.txt
root@f309c9772ea3:/workspace# pwd
/workspace
1 Like