Skip to content

Commit 3a92134

Browse files
authored
documentation: fix package name (#54)
The package exists under the name 'sagemaker-inference'. This change fixes the name for the pip install command from nonexistant 'sagemaker-inference-toolkit'
1 parent ac1b164 commit 3a92134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information, see the Amazon SageMaker Developer Guide sections on [buil
2828
To install this library in your Docker image, add the following line to your [Dockerfile](https://docs.docker.com/engine/reference/builder/):
2929

3030
``` dockerfile
31-
RUN pip3 install multi-model-server sagemaker-inference-toolkit
31+
RUN pip3 install multi-model-server sagemaker-inference
3232
```
3333

3434
[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

Comments
 (0)