21230: Fix typo
authorBrett Smith <brett.smith@curii.com>
Mon, 15 Jan 2024 15:48:23 +0000 (10:48 -0500)
committerBrett Smith <brett.smith@curii.com>
Mon, 15 Jan 2024 15:48:23 +0000 (10:48 -0500)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

tools/arvbox/lib/arvbox/docker/Dockerfile.base

index a235274d31e0fc8cd25d8ba1601715a2a54909c1..d8b240883169e72b6914a5f23ca7d62f8aef9447 100644 (file)
@@ -98,7 +98,7 @@ RUN $GOPATH/bin/arvados-server install -type test
 # also rely on it.
 # 1. Install wheel just to modernize the virtualenv.
 # 2. Install setuptools as an sdk build dependency; PyYAML for all tests
-#    and yml_override;py; and pdoc for the doc service.
+#    and yml_override.py; and pdoc for the doc service.
 # Everything else is installed by the sdk service on boot.
 RUN python3 -m venv /opt/arvados-py \
  && /opt/arvados-py/bin/pip install --no-cache-dir wheel \