Skip to content

Commit

Permalink
fix: logo, default directory creation and add dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eroan-marie committed Dec 4, 2024
1 parent 33dfad1 commit 3a655a4
Show file tree
Hide file tree
Showing 14 changed files with 1,084 additions and 1,010 deletions.
2 changes: 1 addition & 1 deletion base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ONBUILD RUN echo "Checking for 'jupyter_notebook_config.py'..." \
&& cp jupyter_notebook_config.py /etc/jupyter \
; fi

# ONBUILD USER ${NB_USER}
ONBUILD USER ${NB_USER}

# We want to keep our images as reproducible as possible. If a lock
# file with exact versions of all required packages is present, we use
Expand Down
4 changes: 4 additions & 0 deletions base-notebook/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Dockerfile
environment.yml
packages.txt
.dockerignore
311 changes: 157 additions & 154 deletions base-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 3a655a4

Please sign in to comment.