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 f7d83cc commit 2ea3361Copy full SHA for 2ea3361
test/container/1.10.2/Dockerfile.dlc.gpu
@@ -1,9 +1,6 @@
1
ARG region
2
FROM 763104351884.dkr.ecr.$region.amazonaws.com/pytorch-inference:1.10.2-gpu-py38-cu113-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