Hi @<1535069219354316800:profile|PerplexedRaccoon19> , the agent will try to use the relevant python version according to what the experiment ran on originally. In general, it's best to run inside dockers with a docker image specified per experiment 🙂
can I combine docker and poetry mode?
because, otherwise it becomes a bit of a chicken and egg problem
- update code
- git push
- docker build and push on CI
- use new docker sha for task execution
- update code
- git push
- repeat?