Skip to content

Commit 042254e

Browse files
committed
remove some packages from install
Signed-off-by: Raphael Glon <[email protected]>
1 parent ca365cc commit 042254e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dockerfiles/pytorch/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive
1313
WORKDIR /app
1414

1515
RUN apt-get update && \
16-
apt-get install software-properties-common -y && \
17-
add-apt-repository ppa:deadsnakes/ppa && \
18-
apt-get -y upgrade --only-upgrade systemd openssl cryptsetup && \
16+
apt-get -y upgrade --only-upgrade openssl cryptsetup && \
1917
apt-get install -y \
2018
build-essential \
2119
bzip2 \
@@ -75,5 +73,3 @@ COPY src/huggingface_inference_toolkit/webservice_starlette.py webservice_starle
7573
COPY --chmod=0755 scripts/entrypoint.sh entrypoint.sh
7674

7775
ENTRYPOINT ["bash", "-c", "./entrypoint.sh"]
78-
79-
RUN apt-get update && apt-get install -y vim

0 commit comments

Comments
 (0)