Skip to content

Commit

Permalink
Pin Smdebug to the latest version (0.7.2) (#202)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
TusharKanekiDey and Tushar Dey authored May 4, 2020
1 parent be0e1d4 commit 4537f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/1.5.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pytho
awscli \
fastai==1.0.59 \
scipy==1.2.2 \
smdebug \
smdebug==0.7.2 \
sagemaker==1.50.17 \
sagemaker-experiments==0.1.7 \
"sagemaker-pytorch-training<2" \
Expand Down
2 changes: 1 addition & 1 deletion docker/1.5.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN /opt/conda/bin/conda config --set ssl_verify False \

# Uninstall torch and torchvision before installing the custom versions from an S3 bucket
RUN pip install \
--no-cache-dir smdebug \
--no-cache-dir smdebug==0.7.2 \
sagemaker==1.50.17 \
sagemaker-experiments==0.1.7 \
--no-cache-dir fastai==1.0.59 \
Expand Down

0 comments on commit 4537f98

Please sign in to comment.