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
pytorch: fix dockerize and deduplicate build logic
Add missing USERNAME variable from dockerize.sh, and use dockerize.sh
in build.sh instead of duplictaing the build invocation. This needed the
addition of a `--build-only` flag for dockerize.sh, but it means the
existing behaviour doesn't need to change.
0 commit comments