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
97aee8d0
Commit
97aee8d0
authored
Jul 23, 2020
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in Dockerfile
parent
705a7073
Pipeline
#21003
passed with stage
in 15 minutes and 39 seconds
Changes
1
Pipelines
8
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 @
97aee8d0
...
...
@@ -50,7 +50,7 @@ RUN umask 0002 && \
cd
..
&&
mkdir
-p
'examples (read only)/.ipynb_checkpoints'
&&
\
chmod
-R
a-w
'examples (read only)'
&&
\
mkdir
'seminator (read only)'
&&
\
cp
/usr/share/doc/seminator/notebooks/
*
.ipynb
*
'seminator (read only)'
&&
\
cp
/usr/
local/
share/doc/seminator/notebooks/
*
.ipynb
*
'seminator (read only)'
&&
\
cd
'seminator (read only)'
&&
\
for
i
in
*
.ipynb
;
do
mv
$i
tmp-
$i
;
jupyter nbconvert
--to
notebook tmp-
$i
--stdout
>
$i
;
rm
-f
tmp-
$i
;
jupyter trust
$i
;
done
&&
\
cd
..
&&
mkdir
-p
'seminator (read only)/.ipynb_checkpoints'
&&
\
...
...
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