We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057bea2 commit c814626Copy full SHA for c814626
1 file changed
python/python-poetry-multi-stage/README.md
@@ -106,10 +106,8 @@ dfc --org="chainlabs-roadshows" ./Dockerfile > ./Dockerfile.chainguard
106
Check out the results for yourself, and see how much smaller the image and its attack surface are!
107
108
```sh
109
-# Authenticate & Pull
+# Authenticate
110
chainctl auth configure-docker
111
-docker pull cgr.dev/chainlabs-roadshows/python:3.11-dev
112
-docker pull cgr.dev/chainlabs-roadshows/python:3.11
113
114
# Benchmark
115
docker run --privileged ghcr.io/chps-dev/chps-scorer:latest cgr.dev/chainguard/python:latest
0 commit comments