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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
jupyterhub-paris-saclay
image
Commits
49d842aa
Commit
49d842aa
authored
Mar 04, 2021
by
Nicolas M. Thiéry
Browse files
2nd attempt
parent
41288482
Pipeline
#107937
failed with stages
in 131 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+3
-2
No files found.
Dockerfile
View file @
49d842aa
...
...
@@ -32,11 +32,12 @@ 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'
;
echo
'kernel.core_pattern = core'
)
>
/etc/sysctl.d/60-local.conf
# Restrict jupytext to only notebook and markdown files
RUN
echo
'{ "ContentsManager": {"notebook_extensions": "ipynb,md" } }'
>
/opt/conda/etc/jupyter/jupyter_notebook_config.json
USER
$NB_UID
# Restrict jupytext to only notebook and markdown files (hacky)
RUN
echo
'{ "ContentsManager": {"notebook_extensions": "ipynb,md" } }'
>
/opt/conda/etc/jupyter/jupyter_notebook_config.json
COPY
environment.yml .
# Install mamba
...
...
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