We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587b27e commit 7639ee8Copy full SHA for 7639ee8
Dockerfile
@@ -8,9 +8,10 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
8
imagemagick \
9
build-essential \
10
zlib1g-dev \
11
- jupyter-nbconvert \
+ python3-pip \
12
inotify-tools procps && \
13
- apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
+ apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* && \
14
+ pip install nbconvert --break-system-packages
15
16
17
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
0 commit comments