Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
f055648e
Commit
f055648e
authored
Oct 21, 2020
by
romainx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rollback changes made on editors
parent
4271b09b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
docs/using/selecting.md
docs/using/selecting.md
+2
-4
minimal-notebook/Dockerfile
minimal-notebook/Dockerfile
+1
-1
No files found.
docs/using/selecting.md
View file @
f055648e
...
@@ -11,8 +11,6 @@ Using one of the Jupyter Docker Stacks requires two choices:
...
@@ -11,8 +11,6 @@ Using one of the Jupyter Docker Stacks requires two choices:
This section provides details about the first.
This section provides details about the first.
Note: Deprecated feature or image content is displayed with ~~strikethrough~~ formatting.
## Core Stacks
## Core Stacks
The Jupyter team maintains a set of Docker image definitions in the
The Jupyter team maintains a set of Docker image definitions in the
...
@@ -50,8 +48,8 @@ and versioning strategy.
...
@@ -50,8 +48,8 @@ and versioning strategy.
-
Everything in
`jupyter/base-notebook`
-
Everything in
`jupyter/base-notebook`
-
[
TeX Live
](
https://www.tug.org/texlive/
)
for notebook document conversion
-
[
TeX Live
](
https://www.tug.org/texlive/
)
for notebook document conversion
-
[
git
](
https://git-scm.com/
)
,
~~
[
emacs
](
https://www.gnu.org/software/emacs/
)
(
actually
`emacs-nox`
)~~
,
-
[
git
](
https://git-scm.com/
)
,
[
emacs
](
https://www.gnu.org/software/emacs/
)
(
actually
`emacs-nox`
)
,
[
vi
](
https://vim.org/
)
(
actually
`vim-tiny`
),
[
vi
](
https://vim.org/
)
(
actually
`vim-tiny`
),
[
jed
](
https://www.jedsoft.org/jed/
)
,
[
nano
](
https://www.nano-editor.org/
)
(
actually
`nano-tiny`
), tzdata, and unzip
[
nano
](
https://www.nano-editor.org/
)
(
actually
`nano-tiny`
), tzdata, and unzip
### jupyter/r-notebook
### jupyter/r-notebook
...
...
minimal-notebook/Dockerfile
View file @
f055648e
...
@@ -10,11 +10,11 @@ USER root
...
@@ -10,11 +10,11 @@ USER root
# Install all OS dependencies for fully functional notebook server
# Install all OS dependencies for fully functional notebook server
RUN
apt-get update
&&
apt-get
install
-yq
--no-install-recommends
\
RUN
apt-get update
&&
apt-get
install
-yq
--no-install-recommends
\
build-essential
\
build-essential
\
# Emacs installation is deprecated
emacs-nox
\
emacs-nox
\
vim-tiny
\
vim-tiny
\
git
\
git
\
inkscape
\
inkscape
\
jed
\
libsm6
\
libsm6
\
libxext-dev
\
libxext-dev
\
libxrender1
\
libxrender1
\
...
...
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