aws / sagemaker-pytorch-inference-toolkit

Toolkit for allowing inference and serving with PyTorch on SageMaker. Dockerfiles used for building SageMaker Pytorch Containers are at https://github.com/aws/deep-learning-containers.
Apache License 2.0
131 stars 70 forks source link

fix: Remove stale docker files #145

Open ivan-khvostishkov opened 1 year ago

ivan-khvostishkov commented 1 year ago

Issue #, if available:

Description of changes: PyTorch Docker files are now in another repository: https://github.com/aws/deep-learning-containers/tree/master/pytorch/inference/docker Stale docker files confuse users and let them think that we SageMaker doesn't support recent PyTorch version. This change is in line with the message in buildspec-container-pr.yml.

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