We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0513c7a commit f7d83ccCopy full SHA for f7d83cc
test/container/1.10.2/Dockerfile.dlc.cpu
@@ -1,9 +1,6 @@
1
ARG region
2
FROM 763104351884.dkr.ecr.$region.amazonaws.com/pytorch-inference:1.10.2-cpu-py38-ubuntu20.04-sagemaker
3
4
-RUN pip uninstall torchserve -y && \
5
- pip install torchserve-nightly==2022.3.23.post2
6
-
7
COPY dist/sagemaker_pytorch_inference-*.tar.gz /sagemaker_pytorch_inference.tar.gz
8
RUN pip install --upgrade --no-cache-dir /sagemaker_pytorch_inference.tar.gz && \
9
rm /sagemaker_pytorch_inference.tar.gz
0 commit comments