sagemaker-distribution icon indicating copy to clipboard operation
sagemaker-distribution copied to clipboard

Fix keras tests for GPU based docker images

Open TRNWWZ opened this issue 1 year ago • 0 comments

Issue: keras tests are failing when running it for GPU .

More background: We hard code keras to a legacy commit: https://github.com/aws/sagemaker-distribution/blob/main/test/test_artifacts/v1/keras.test.Dockerfile#L19 due to TensorFlow version conflict issue, but with upgrading to new minor version.

After removing this line and rerun the test, test failed again complaining missing dependency like jax.

Acceptance Criteria: keras unit tests should pass.

Image Tags

1.8.0-gpu

TRNWWZ avatar May 10 '24 19:05 TRNWWZ