Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit fc3f46e

Browse files
committed
🔨 Add build utilities, build libraries, and Poppler to the Jupyter build
1 parent 2c9a7d5 commit fc3f46e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build/jupyter/Dockerfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
FROM jupyter/datascience-notebook:notebook-6.4.3
22

3+
USER root
4+
5+
# install apt packages
6+
RUN apt-get update -qqy && \
7+
apt-get install -qqy \
8+
cmake \
9+
libboost-all-dev \
10+
libpq-dev \
11+
pkg-config \
12+
poppler-utils
13+
14+
USER jovyan
15+
316
RUN chown -R jovyan:users /home/jovyan/work
417

518
ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/nvidia/lib64

0 commit comments

Comments
 (0)