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

Reuse the requirements.txt installation logic from sagemaker-inference-toolkit #149

Closed humanzz closed 1 year ago

humanzz commented 1 year ago

Describe the feature you'd like

sagemaker-inference-toolkit is in the middle of introducing support for installing requirements.txt dependencies from CodeArtifact in https://github.com/aws/sagemaker-inference-toolkit/pull/130

Additional context