Skip to content

Commit 2ea3361

Browse files
authored
Update Dockerfile.dlc.gpu
1 parent f7d83cc commit 2ea3361

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
ARG region
22
FROM 763104351884.dkr.ecr.$region.amazonaws.com/pytorch-inference:1.10.2-gpu-py38-cu113-ubuntu20.04-sagemaker
33

4-
RUN pip uninstall torchserve -y && \
5-
pip install torchserve-nightly==2022.3.23.post2
6-
74
COPY dist/sagemaker_pytorch_inference-*.tar.gz /sagemaker_pytorch_inference.tar.gz
85
RUN pip install --upgrade --no-cache-dir /sagemaker_pytorch_inference.tar.gz && \
96
rm /sagemaker_pytorch_inference.tar.gz

0 commit comments

Comments
 (0)