mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Add comment to line 5 referencing docker-stacks
This commit is contained in:
parent
0e71b5ea1f
commit
b112f015de
@ -1,6 +1,9 @@
|
|||||||
# Installs Jupyter Notebook and IPython kernel from the current branch
|
# Installs Jupyter Notebook and IPython kernel from the current branch
|
||||||
# Another Docker container should inherit with `FROM jupyter/notebook`
|
# Another Docker container should inherit with `FROM jupyter/notebook`
|
||||||
# to run actual services.
|
# to run actual services.
|
||||||
|
#
|
||||||
|
# For opinionated stacks of ready-to-run Jupyter applications in Docker,
|
||||||
|
# check out docker-stacks <https://github.com/jupyter/docker-stacks>
|
||||||
|
|
||||||
FROM jupyter/ubuntu_14_04_locale_fix
|
FROM jupyter/ubuntu_14_04_locale_fix
|
||||||
|
|
||||||
@ -28,10 +31,8 @@ RUN apt-get update -qq && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
gfortran \
|
|
||||||
git \
|
git \
|
||||||
language-pack-en \
|
language-pack-en \
|
||||||
libatlas-base-dev \
|
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user