Matt Denno
10/19/2022, 6:53 PMprefecthq/prefect:2.6.1-python3.10-conda
as a base image. Couple of questions:
• When installing a python environment in the container does it mater what it is called? I see the image has a base
env and a prefect
env. Should packages be installed in prefect
env of can I create a new one?
• If I create a new env should the Dockerfile include a line to activate the correct env.?
• Is there a recipe for creating a custom image from a conda base image? I looked around and did find one, but maybe I missed it?Zanie
10/19/2022, 7:00 PMRUN echo "conda activate prefect" >> ~/.bashrc
to have the image use the Prefect environment by defaultbase
in order to have different Python versions.prefect
environment. I do not know of a recipe, I don’t think we have many users of the conda flavored images yet.Matt Denno
10/19/2022, 7:02 PMZanie
10/19/2022, 7:02 PMMatt Denno
10/19/2022, 7:03 PMZanie
10/19/2022, 7:08 PMMatt Denno
10/19/2022, 7:17 PM