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

fix: Fixes for automated testing #276

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

claytonparnell
Copy link
Contributor

@claytonparnell claytonparnell commented Mar 19, 2024

Issue #, if available:

Description of changes: Bunch of fixes to support testing on codebuild. Fixes failures for:

  • keras - failed with cuda errors due to installing incompatible cuda-nvcc. Adding version constraints fixes this.
  • pytorch - failed with libcuda.so: cannot open shared object file: No such file or directory. Adding a link between libcuda.so.1 to libcuda.so resolves. This is also done in codebuild, but must not carry over into the test dockerfile
  • autogluon - saw errors that shmsize was not sufficient. Increasing from default 64mb to 256mb resolves. Also, since there are ~5 pkgs containing autogluon, the version fetching line wasn't working. Updated to pull version correctly.

Additional failures

  • sm-python-sdk - saw failures for 3 tests. 2 related to not having docker access, and 1 related to not having credentials. Will revisit and skip, and look into if we can remove some of the currently skipped tests.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@nikhilumeshsargur nikhilumeshsargur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving changes

@claytonparnell claytonparnell merged commit 41790a1 into aws:main Mar 19, 2024
nikhilumeshsargur pushed a commit to nikhilumeshsargur/sagemaker-distribution that referenced this pull request Mar 29, 2024
nikhilumeshsargur pushed a commit to nikhilumeshsargur/sagemaker-distribution that referenced this pull request Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants