Use private pip repositories
To use private pip repository you must add customized pip.conf
file pointing to your custom PyPI repository.
For example, your custom pip.conf file can look like this:
If you need to specify the certificate to use during pip install
you want to specify the path to it in a pip.conf
file e.g.
You can tell pip
to use this pip.conf
file in the install-command
field inside serving.yaml
:
Last updated