File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1754,11 +1754,13 @@ You can build a docker container in one of 4 modes defined by the
17541754 by some Python users.
17551755
17561756``--build-arg="source=pip_sdist"``
1757- Disabled.
1757+ Disabled - hopefully it will be available in the future .
17581758 This is meant for maintainer/developer use. It installs using
17591759 pip from a source distribution (sdist) tarball built by
17601760 following the RELEASE.txt. It is meant for testing
1761- releases. Normal users/admins should not use it.
1761+ releases or building a docker image that installs a new pending
1762+ source distribution release. Normal users/admins should not use it.
1763+ Use ``local`` or ``pip_local`` instead.
17621764
17631765Build a docker container using the code in the current directory,
17641766with this build command from the top of the source tree::
You can’t perform that action at this time.
0 commit comments