Install local .whl package on agent start up

Hi ,

I placed a local .whl python package in notebook files folder, and want to make it installed when agnet container starts up.
how can I achieve this(like some conf in the env.yml)?

I add the .whl with abs path in “environment.yml” and it does work OK.
Is this the recomemded way?