Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
5f78dd20
Commit
5f78dd20
authored
Dec 05, 2020
by
Nicolas M. Thiéry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try /etc/sysctl.d/ for kernel configuration
parent
a22b8438
Pipeline
#99000
failed with stage
in 112 minutes and 12 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
5f78dd20
...
...
@@ -30,7 +30,7 @@ RUN echo 'eval "$(command conda shell.bash hook 2> /dev/null)"' > /etc/profile.d
RUN
echo
'ulimit -c 10000; ulimit -f 100000'
>
/etc/profile.d/05-ulimit.sh
RUN
echo
'ulimit -c 10000; ulimit -f 100000'
>
/etc/profile.d/05-ulimit.sh
# Force core files to be named 'core'
RUN
echo
'kernel.core_uses_pid = 0'
>
/
usr/lib
/sysctl.d/60-local.conf
RUN
echo
'kernel.core_uses_pid = 0'
>
/
etc
/sysctl.d/60-local.conf
USER
$NB_UID
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment