We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f644893 commit ea016bbCopy full SHA for ea016bb
1 file changed
Dockerfile
@@ -1,14 +1,10 @@
1
# ATTACK Python Client script: Jupyter Environment Dockerfile
2
3
-ARG OWNER=jupyter
4
-ARG BASE_CONTAINER=$OWNER/base-notebook
5
-FROM $BASE_CONTAINER
6
-
+FROM jupyter/base-notebook
7
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
8
9
USER root
10
11
-# Install all OS dependencies for fully functional notebook server
12
RUN apt-get update --yes && \
13
apt-get install gcc build-essential --yes --no-install-recommends
14
0 commit comments