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
2e5a5e89
Commit
2e5a5e89
authored
Oct 20, 2021
by
Marco Leoni
Browse files
Update Dockerfile
parent
d57e47bf
Pipeline
#142272
passed with stages
in 81 minutes and 42 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 @
2e5a5e89
...
...
@@ -28,7 +28,7 @@ RUN echo 'shopt -s extglob' > /etc/profile.d/03-extglob.sh
RUN
echo
'eval "$(command conda shell.bash hook 2> /dev/null)"'
>
/etc/profile.d/04-conda-activate.sh
# Limit to 10M the size of core dumps
# Limit to 250M the size of files generated from commands in the shell
RUN
echo
'ulimit -c 10000; ulimit -f
2
50000'
>
/etc/profile.d/05-ulimit.sh
RUN
echo
'ulimit -c 10000; ulimit -f
7
50000'
>
/etc/profile.d/05-ulimit.sh
# Force core files to be named 'core'
RUN
(
echo
'kernel.core_uses_pid = 0'
;
echo
'kernel.core_pattern = core'
)
>
/etc/sysctl.d/60-local.conf
...
...
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