Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
sandbox
Commits
39e4fe70
Commit
39e4fe70
authored
Sep 14, 2020
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make sure /home/user/.local/share/jupyter/nbconvert/ is readable
parent
c4f771fd
Pipeline
#21575
passed with stage
in 13 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
39e4fe70
...
...
@@ -58,6 +58,7 @@ RUN umask 0002 && \
USER
root
RUN
chown
-R
root:root
'examples (read only)'
.bashrc .jupyter .local
\
&&
chmod
-R
a+Xr .local
\
&&
zcat /usr/share/doc/spot/NEWS.gz
>
NEWS
\
&&
mkdir
-p
.ipython/profile_default
\
&&
(
echo
'c = get_config()'
;
echo
"c.InteractiveShellApp.matplotlib = 'inline'"
)
>
.ipython/profile_default/ipython_kernel_config.py
\
...
...
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