Mitchell Bregman
10/14/2020, 6:35 PMpip install
some internal dependencies that live within a private pypi registry?Zanie
FROM
directive to create your own image as you would expect. As far as using pip install
to reference a private pypi registry — perhaps take a look at this gist https://gist.github.com/Jaza/fcea493dd0ba6ebf09d3#configure-pip-to-use-private-pypi or use the --index-url
option https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-index-urlMitchell Bregman
10/14/2020, 6:53 PMFROM
directiveBilly McMonagle
10/14/2020, 7:39 PM