Skip to content

Commit ea016bb

Browse files
authored
Update Dockerfile
1 parent f644893 commit ea016bb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# ATTACK Python Client script: Jupyter Environment Dockerfile
22

3-
ARG OWNER=jupyter
4-
ARG BASE_CONTAINER=$OWNER/base-notebook
5-
FROM $BASE_CONTAINER
6-
3+
FROM jupyter/base-notebook
74
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
85

96
USER root
107

11-
# Install all OS dependencies for fully functional notebook server
128
RUN apt-get update --yes && \
139
apt-get install gcc build-essential --yes --no-install-recommends
1410

0 commit comments

Comments
 (0)