You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mount script should then pip install from this directory,
If the container is mounted with the new source code mounted over top of this directory then the container will automatically use the local copy of the code instead
This has the advantage of unifying the code that deploys master and the code that mounts local development code to be roughly the same startup process. Yep yep
An alternative would simply be to check if anything is mounted at a specific path and switch the launch strategy (pip install from master vs just pip install from local source) depending on that.