We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
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
BUILD_GENERAL1_SMALL
Feel free to file a PR, if you wish, and I can help review.
Sorry, something went wrong.
No branches or pull requests
When building a conda environment in the Dockerfile I am getting the following error message:
Would it be possible to have an argument to set the build environment type as described here ?
The text was updated successfully, but these errors were encountered: