You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package exists under the name 'sagemaker-inference'. This change fixes the name for the pip install command from nonexistant 'sagemaker-inference-toolkit'
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ For more information, see the Amazon SageMaker Developer Guide sections on [buil
28
28
To install this library in your Docker image, add the following line to your [Dockerfile](https://docs.docker.com/engine/reference/builder/):
29
29
30
30
```dockerfile
31
-
RUN pip3 install multi-model-server sagemaker-inference-toolkit
31
+
RUN pip3 install multi-model-server sagemaker-inference
32
32
```
33
33
34
34
[Here is an example](https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/multi_model_bring_your_own/container/Dockerfile) of a Dockerfile that installs SageMaker Inference Toolkit.
0 commit comments