Skip to content

Commit a43a9dc

Browse files
author
Ruinong Tian
committed
fix sm-python-sdk unit test dependency issue
1 parent e340335 commit a43a9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_artifacts/v2/sm-python-sdk.test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $SAGEMAKER_DISTRIBUTION_IMAGE
44
ARG MAMBA_DOCKERFILE_ACTIVATE=1
55
RUN git clone --recursive https://github.com/aws/sagemaker-python-sdk.git
66

7-
RUN micromamba install -y --freeze-installed -c conda-forge pytest mock stopit awslogs
7+
RUN micromamba install -y --freeze-installed -c conda-forge pytest mock stopit awslogs deepdiff
88

99
# Sagemaker Python SDK's unit tests requires AWS_DEFAULT_REGION to be set. So, using an arbitrary value of us-east-1
1010
ENV AWS_DEFAULT_REGION=us-east-1

test/test_artifacts/v3/sm-python-sdk.test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $SAGEMAKER_DISTRIBUTION_IMAGE
44
ARG MAMBA_DOCKERFILE_ACTIVATE=1
55
RUN git clone --recursive https://github.com/aws/sagemaker-python-sdk.git
66

7-
RUN micromamba install -y --freeze-installed -c conda-forge pytest mock stopit awslogs
7+
RUN micromamba install -y --freeze-installed -c conda-forge pytest mock stopit awslogs deepdiff
88

99
# Sagemaker Python SDK's unit tests requires AWS_DEFAULT_REGION to be set. So, using an arbitrary value of us-east-1
1010
ENV AWS_DEFAULT_REGION=us-east-1

0 commit comments

Comments
 (0)