Kyle B
12/15/2022, 5:21 AM--net
flag to the flyte execution so that it can network to other containers using their name(e.g. https://<dockercontainername>:5000
) instead of the ip? Is there a better way of setting up mlflow instead of it having its own docker container that Is manually started using docker run
?Samhita Alla
12/15/2022, 5:24 AMKetan (kumare3)
12/15/2022, 7:19 AMKyle B
12/15/2022, 5:08 PMflytectl sandbox exec -- docker network create mynet
then i can start up the mlflow docker container using flytectl sandbox exec -- docker run --net mynet -it <mlflow docker name>
, Where I run the mlflow server and expose port 5000. I just want to pass that --net
parameter to flytectl create execution ...
somehow so i can communicate to the mlflow server by name.Kevin Su
12/15/2022, 6:48 PMNiels Bantilan
12/15/2022, 6:56 PMKyle B
12/15/2022, 7:35 PMKevin Su
12/15/2022, 8:05 PMKyle B
12/15/2022, 8:05 PMKevin Su
12/15/2022, 8:08 PMKatrina P
12/15/2022, 9:08 PM