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
4575b4be
Commit
4575b4be
authored
2 years ago
by
Florian Deuerlein
Browse files
Options
Downloads
Patches
Plain Diff
Disable core dumps in docker file directly
parent
75ecec25
No related branches found
No related tags found
No related merge requests found
Pipeline
#22039
passed with stage
in 31 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/Dockerfile
+3
-0
3 additions, 0 deletions
base/Dockerfile
with
3 additions
and
0 deletions
base/Dockerfile
+
3
−
0
View file @
4575b4be
...
@@ -100,6 +100,9 @@ RUN echo 'from clb_nb_utils import oauth as clb_oauth' >> /opt/app-root/src/.ipy
...
@@ -100,6 +100,9 @@ RUN echo 'from clb_nb_utils import oauth as clb_oauth' >> /opt/app-root/src/.ipy
RUN
R
--slave
-e
"install.packages('IRkernel')"
RUN
R
--slave
-e
"install.packages('IRkernel')"
RUN
R
--slave
-e
"IRkernel::installspec(name = 'ir363', displayname = 'R 3.6.3')"
RUN
R
--slave
-e
"IRkernel::installspec(name = 'ir363', displayname = 'R 3.6.3')"
# disable core dumps
RUN
ulimit
-c
0
# fix permissions so NB_USER has permissions to run notebooks and install packages
# fix permissions so NB_USER has permissions to run notebooks and install packages
COPY
base/fix-permissions /usr/local/bin/fix-permissions
COPY
base/fix-permissions /usr/local/bin/fix-permissions
RUN
chmod
+x /usr/local/bin/fix-permissions
RUN
chmod
+x /usr/local/bin/fix-permissions
...
...
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