Hello Flyte community! What would be for you, the ...
# ask-the-community
n
Hello Flyte community! What would be for you, the best way to handle this : I have a docker container, in which I have a conda environement. I want to run workflow within the conda environement. The registration step has to be done inside the conda environement, but how to run the actual workflow inside of the conda env ? Some are spawning a python subprocess from the conda env path, but it is not the best way to do it I guess. Do you have any recommendation ? 🙂
h
Do you mean run like
python xxxx/workflow.py
?