Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GPU build environment #10

Open
johnbensnyder opened this issue Apr 5, 2021 · 0 comments
Open

Add support for GPU build environment #10

johnbensnyder opened this issue Apr 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@johnbensnyder
Copy link

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.

@jaipreet-s jaipreet-s added the enhancement New feature or request label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants