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
Thanks for updating the container to a newer version (1.4-2, python 3.10). However, first tests with this new container reveal that the runtime set by default in the container is not python, but python3. This means that for a FrameworkProcessor instance, I have to set the command=["python3"] in order to make it work.
Was this intended? Is there a way to fix this towards a default python alias?