mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Rename to base-notebook
(c) Copyright IBM Corp. 2016
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
FROM jupyter/tiny-notebook
|
||||
FROM jupyter/base-notebook
|
||||
|
||||
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
|
||||
|
||||
|
@@ -7,7 +7,7 @@ Small image for working in the notebook and installing your own libraries
|
||||
## What it Gives You
|
||||
|
||||
* Fully-functional Jupyter Notebook 4.2.x
|
||||
* Conda Python 3.x
|
||||
* Miniconda Python 3.x
|
||||
* No preinstalled scientific computing packages
|
||||
* Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda`
|
||||
* [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](./start-notebook.sh) as the default command
|
||||
|
Reference in New Issue
Block a user