Skip to content

Commit f333e2c

Browse files
committed
fixed typo
1 parent 5f1dc15 commit f333e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/1.3.1/py2/Dockerfile.gpu

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV SAGEMAKER_SERVING_MODULE sagemaker_pytorch_serving_container.serving:main
1515
ENV TEMP=/home/model-server/tmp
1616

1717
RUN apt-get update \
18-
&& apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
18+
&& apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
1919
build-essential \
2020
build-essential \
2121
ca-certificates \

docker/1.3.1/py3/Dockerfile.gpu

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update \
3333
openjdk-8-jdk-headless \
3434
vim \
3535
wget \
36-
zlib1g-dev \
36+
zlib1g-dev
3737

3838
# Install OpenSSH. Allow OpenSSH to talk to containers without asking for confirmation
3939
RUN apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)