Skip to content

Commit 4537f98

Browse files
TusharKanekiDeyTushar Dey
and
Tushar Dey
authored
Pin Smdebug to the latest version (0.7.2) (#202)
* Pytorch 1.5.0 for Training * Pytorch 1.5.0 for Training * Delete dockerfile.cpu * Delete dockerfile.gpu * Adding newline at the End. * Adding newline at the End. * Adding newline at the End. * Update pytorch version in buildspec-toolkit * Update conftest.py * Updating the packages * Keeping package unchanged * Apex changes in dockerfile * Changing instance type * Changing instance type for this test * Update buildspec-toolkit.yml * Revert back instance type * Revert back the framework version of toolkit * Adding apt-get clean * Changing the instance to p2.8x large Changing the instance to p2.8x large for buildspec-toolkit * Cleaning the cache in GPU * Retrial of test * Smdebug version in CPU Dockerfile * Update Dockerfile.gpu Co-authored-by: Tushar Dey <[email protected]>
1 parent be0e1d4 commit 4537f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/1.5.0/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pytho
9292
awscli \
9393
fastai==1.0.59 \
9494
scipy==1.2.2 \
95-
smdebug \
95+
smdebug==0.7.2 \
9696
sagemaker==1.50.17 \
9797
sagemaker-experiments==0.1.7 \
9898
"sagemaker-pytorch-training<2" \

docker/1.5.0/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN /opt/conda/bin/conda config --set ssl_verify False \
122122

123123
# Uninstall torch and torchvision before installing the custom versions from an S3 bucket
124124
RUN pip install \
125-
--no-cache-dir smdebug \
125+
--no-cache-dir smdebug==0.7.2 \
126126
sagemaker==1.50.17 \
127127
sagemaker-experiments==0.1.7 \
128128
--no-cache-dir fastai==1.0.59 \

0 commit comments

Comments
 (0)