quick-notebook-60799
03/02/2023, 7:39 PMbash: line 1: metaflow_FlowName_linux-64_sha/bin/python: No such file or directory
The docker image I'm using is a custom python:3.10-slim image where I have installed some python packages with pip into a venv with then added that venv to the path. So, conda isn't installed. I'm assuming that's the issue. Am I right, or is there something else going on?ancient-application-36103
03/02/2023, 7:40 PMancient-application-36103
03/02/2023, 7:41 PMquick-notebook-60799
03/02/2023, 7:45 PMancient-application-36103
03/02/2023, 8:41 PMquick-notebook-60799
03/02/2023, 8:43 PMquick-notebook-60799
03/02/2023, 8:46 PMquick-notebook-60799
03/02/2023, 8:48 PMancient-application-36103
03/02/2023, 8:49 PM@conda decorator and ensure that the python interpreter for your dockerfile points to that conda environmentquick-notebook-60799
03/02/2023, 8:50 PMquick-notebook-60799
03/02/2023, 8:50 PMancient-application-36103
03/02/2023, 8:58 PM@conda(disabled=True) for this stepquick-notebook-60799
03/02/2023, 8:59 PM