We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea016bb commit e39b1f9Copy full SHA for e39b1f9
1 file changed
Dockerfile
@@ -3,18 +3,11 @@
3
FROM jupyter/base-notebook
4
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
5
6
-USER root
7
-
8
-RUN apt-get update --yes && \
9
- apt-get install gcc build-essential --yes --no-install-recommends
10
11
-RUN python3 -m pip install --upgrade six==1.15.0 attackcti==0.3.8 pandas==1.3.5 altair vega
+RUN python3 -m pip install --upgrade six attackcti pandas altair vega
12
13
COPY docs/intro.ipynb ${HOME}/docs/
14
COPY docs/playground ${HOME}/docs/playground
15
COPY docs/presentations ${HOME}/docs/presentations
16
17
-# Switch back to jovyan to avoid accidental container runs as root
18
USER ${NB_UID}
19
20
WORKDIR ${HOME}
0 commit comments