Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clb-jupyter-nb-images
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
Lab
clb-jupyter-nb-images
Commits
e5f90bb4
Commit
e5f90bb4
authored
1 month ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
update base image
switch to latest stable image (Ubuntu 24.04, Python 3.11, R 4.3.3)
parent
f360cd79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/Dockerfile
+4
-4
4 additions, 4 deletions
base/Dockerfile
with
4 additions
and
4 deletions
base/Dockerfile
+
4
−
4
View file @
e5f90bb4
# https://jupyter-docker-stacks.readthedocs.io/en/latest/#using-old-images
FROM
jupyter/minimal-notebook:
a374cab4fcb6
FROM
quay.io/
jupyter/minimal-notebook:
b74418220768
LABEL
maintainer="Collaboratory Platform <platform@humanbrainproject.eu>"
...
...
@@ -18,7 +18,7 @@ USER root
RUN
ln
-sf
/usr/share/zoneinfo/Europe/Zurich /etc/localtime
# Set to noninteractive for install
ENV
DEBIAN_FRONTEND
noninteractive
ENV
DEBIAN_FRONTEND
=
noninteractive
RUN
apt-get update
--yes
&&
\
apt-get
install
--yes
\
cmake
\
...
...
@@ -66,14 +66,14 @@ RUN jupyter labextension install --no-build \
RUN
jupyter lab build
RUN
jupyter notebook
--generate-config
RUN
mkdir
-p
/opt/app-root/src/.ipython/profile_default/startup/
/opt/app-root/src/.local/lib/python3.8/site-packages/
/tmp/cache/
RUN
mkdir
-p
/opt/app-root/src/.ipython/profile_default/startup/ /tmp/cache/
# Preload clb_oauth
RUN
echo
'from clb_nb_utils import oauth as clb_oauth'
>>
/opt/app-root/src/.ipython/profile_default/startup/50-clb-nb-utils.py
# install R kernel
RUN
R
--slave
-e
"install.packages('IRkernel')"
RUN
R
--slave
-e
"IRkernel::installspec(name = 'ir
363
', displayname = 'R
3.6
.3')"
RUN
R
--slave
-e
"IRkernel::installspec(name = 'ir', displayname = 'R
4.3
.3')"
# disable core dumps
RUN
echo
"* - core 0"
>>
/etc/security/limits.conf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment