Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Courses
Jupyter Notebook POuL
Commits
fb60e657
Verified
Commit
fb60e657
authored
Apr 18, 2021
by
Roberto Bochet
Browse files
Added a Dockerfile to build notebook image
parent
d077d12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
fb60e657
FROM
jupyter/minimal-notebook:584f43f06586
RUN
pip
install
jupyter_contrib_nbextensions
COPY
--chown=jovyan:users ./.jupyter /home/jovyan/.jupyter
ENTRYPOINT
start-notebook.sh
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