File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 11FROM jupyter/tensorflow-notebook:tensorflow-2.11.1
22
3- # Install curl
3+ # Install prequisites
44USER root
55RUN apt-get update -y && \
66 apt-get install --no-install-recommends -y \
77 curl \
8- libtinfo5 && \
8+ libtinfo5 \
9+ libc6-dev-i386 \
10+ net-tools \
11+ graphviz \
12+ make \
13+ unzip \
14+ g++ \
15+ xvfb \
16+ git \
17+ libncursesw5 \
18+ libc6-dev-i386 && \
919 apt-get clean && \
1020 rm -rf /var/lib/apt/lists/*
1121
Original file line number Diff line number Diff line change 11FROM jupyter/tensorflow-notebook:tensorflow-2.11.1
22
3- # Install curl
3+ # Install prequisites
44USER root
55RUN apt-get update -y && \
66 apt-get install --no-install-recommends -y \
77 curl \
8- libtinfo5 && \
8+ libtinfo5 \
9+ libc6-dev-i386 \
10+ net-tools \
11+ graphviz \
12+ make \
13+ unzip \
14+ g++ \
15+ xvfb \
16+ git \
17+ libncursesw5 \
18+ libc6-dev-i386 && \
919 apt-get clean && \
1020 rm -rf /var/lib/apt/lists/*
1121
You can’t perform that action at this time.
0 commit comments