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
Fix dynamic GPUs with "all" GPUs on the same worker
Fix broken pytorch setuptools incompatibility (force setuptools < 59 if torch is below 1.11)
Fix setuptools requirement issue by making sure that if we have "setuptools" in the original required packages, we preserve the line in the pip freeze list
Fix optional priority packaged always compare lower case package name
Fix potential requirements installation failure by making pygobject an optional package (i.e. if installation fails continue the Task package environment setup)
Fix repository URL contains credentials even when agent.force_git_ssh_protocol: true