Skip to content

Commit

Permalink
Update base image (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc authored Jul 3, 2023
1 parent 0b9e54a commit 2af52a1
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions single-user-sobigdata-lipari23/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# _____ ____ _ _____ _
# / ____| | _ \(_) | __ \ | | _ _
# | (___ ___ | |_) |_ __ _| | | | __ _| |_ __ _ _| |_ _| |_
# _____ ____ _ _____ _
# / ____| | _ \(_) | __ \ | |
# | (___ ___ | |_) |_ __ _| | | | __ _| |_ __ _ _| |_ _| |_
# \___ \ / _ \| _ <| |/ _` | | | |/ _` | __/ _` |_ _|_ _|
# ____) | (_) | |_) | | (_| | |__| | (_| | || (_| | |_| |_|
# |_____/ \___/|____/|_|\__, |_____/ \__,_|\__\__,_|
# __/ |
# |___/
# ____) | (_) | |_) | | (_| | |__| | (_| | || (_| | |_| |_|
# |_____/ \___/|____/|_|\__, |_____/ \__,_|\__\__,_|
# __/ |
# |___/

ARG BASE_IMAGE=eginotebooks/d4science-base:latest
# hadolint ignore=DL3006
FROM $BASE_IMAGE
FROM jupyter/datascience-notebook:59c973d16bca

USER root

Expand Down Expand Up @@ -146,4 +144,4 @@ RUN pip install --no-cache-dir \
# -------------------------------

#RUN jupyter labextension install jupyterlab-topbar-extension jupyterlab-system-monitor
#RUN jupyter labextension disable @jupyterlab/filebrowser-extension:share-file
#RUN jupyter labextension disable @jupyterlab/filebrowser-extension:share-file

0 comments on commit 2af52a1

Please sign in to comment.