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

Set build environment type as new arg #5

Open
mattmcclean opened this issue Dec 13, 2020 · 1 comment
Open

Set build environment type as new arg #5

mattmcclean opened this issue Dec 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mattmcclean
Copy link

When building a conda environment in the Dockerfile I am getting the following error message:

CondaMemoryError: The conda process ran out of memory. Increase system memory and/or try again.

Would it be possible to have an argument to set the build environment type as described here ?

@jaipreet-s
Copy link
Contributor

jaipreet-s commented Dec 15, 2020

Hi @mattmcclean , yes that's feasible as an optional CLI argument. Currently, the CLI is fixing to BUILD_GENERAL1_SMALL https://github.com/aws-samples/sagemaker-studio-image-build-cli/blob/master/sagemaker_studio_image_build/codebuild.py#L65

Feel free to file a PR, if you wish, and I can help review.

@jaipreet-s jaipreet-s added the enhancement New feature or request label Dec 15, 2020
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