Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthieu Boileau
proba-mc2020
Commits
75551c5f
Commit
75551c5f
authored
Jun 24, 2020
by
Matthieu Boileau
Browse files
Add docker image for ffmpeg
parent
eb345a06
Pipeline
#7765
passed with stages
in 1 minute and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
75551c5f
pages
:
image
:
boileaum/jupyter
image
:
boileaum/jupyter
:ffmpeg
script
:
-
pip install --user -r requirements.txt
-
nbcourse -n
5
...
...
docker/Dockerfile
0 → 100644
View file @
75551c5f
FROM
boileaum/jupyter
USER
root
RUN
apt-get update
&&
apt-get
-yq
dist-upgrade
\
&&
apt-get
install
-yq
--no-install-recommends
ffmpeg
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
USER
jovyan
\ No newline at end of file
Write
Preview
Supports
Markdown
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