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 ca365cc commit 042254eCopy full SHA for 042254e
dockerfiles/pytorch/Dockerfile
@@ -13,9 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive
13
WORKDIR /app
14
15
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 && \
+ apt-get -y upgrade --only-upgrade openssl cryptsetup && \
19
apt-get install -y \
20
build-essential \
21
bzip2 \
@@ -75,5 +73,3 @@ COPY src/huggingface_inference_toolkit/webservice_starlette.py webservice_starle
75
73
COPY --chmod=0755 scripts/entrypoint.sh entrypoint.sh
76
74
77
ENTRYPOINT ["bash", "-c", "./entrypoint.sh"]
78
-
79
-RUN apt-get update && apt-get install -y vim
0 commit comments