Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
3ef5450b
Commit
3ef5450b
authored
Jan 28, 2021
by
Nicolas M. Thiéry
Browse files
core pattern: another attempt
parent
898ef5b8
Pipeline
#101427
failed with stage
in 55 minutes and 51 seconds
Changes
1
Pipelines
1
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 @
3ef5450b
...
@@ -31,7 +31,7 @@ RUN echo 'eval "$(command conda shell.bash hook 2> /dev/null)"' > /etc/profile.d
...
@@ -31,7 +31,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
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'
# Force core files to be named 'core'
RUN
echo
'kernel.core_uses_pid = 0'
>
/etc/sysctl.d/60-local.conf
RUN
(
echo
'kernel.core_uses_pid = 0'
;
echo
'kernel.core_pattern = core'
)
>
/etc/sysctl.d/60-local.conf
USER
$NB_UID
USER
$NB_UID
...
...
Nicolas Thiéry
@nicolas.thiery1
mentioned in issue
jupyterhub-configuration#22
·
Jan 29, 2021
mentioned in issue
jupyterhub-configuration#22
mentioned in issue jupyterhub-configuration#22
Toggle commit list
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