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
Currently build environment is hardcoded to LINUX_CONTAINER. This will cause builds that involve compiling Cuda operations to fail (for example, Docker images that include custom PyTorch or Tensorflow operations). Adding an --environment option to change build environment to LINUX_GPU_CONTAINER fixes this. This also requires changing the --compute-type argument to BUILD_GENERAL1_LARGE.
The text was updated successfully, but these errors were encountered:
Currently build environment is hardcoded to
LINUX_CONTAINER
. This will cause builds that involve compiling Cuda operations to fail (for example, Docker images that include custom PyTorch or Tensorflow operations). Adding an--environment
option to change build environment toLINUX_GPU_CONTAINER
fixes this. This also requires changing the--compute-type
argument toBUILD_GENERAL1_LARGE
.The text was updated successfully, but these errors were encountered: