mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
Jupyter has a mailing list
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
FROM ipython/ipython
|
FROM ipython/ipython
|
||||||
|
|
||||||
MAINTAINER Jupyter Project <ipython-dev@scipy.org>
|
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
|
||||||
|
|
||||||
# install js dependencies
|
# install js dependencies
|
||||||
RUN npm install -g bower less
|
RUN npm install -g bower less
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
FROM jupyter/jupyterhub
|
FROM jupyter/jupyterhub
|
||||||
|
|
||||||
MAINTAINER Jupyter Project <ipython-dev@scipy.org>
|
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
|
||||||
|
|
||||||
RUN apt-get install -y libpq-dev \
|
RUN apt-get install -y libpq-dev \
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
FROM jupyter/jupyterhub
|
FROM jupyter/jupyterhub
|
||||||
|
|
||||||
MAINTAINER Jupyter Project <ipython-dev@scipy.org>
|
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
|
||||||
|
|
||||||
# fix permissions on sudo executable (how did this get messed up?)
|
# fix permissions on sudo executable (how did this get messed up?)
|
||||||
RUN chmod 4755 /usr/bin/sudo
|
RUN chmod 4755 /usr/bin/sudo
|
||||||
|
2
setup.py
2
setup.py
@@ -78,7 +78,7 @@ setup_args = dict(
|
|||||||
description = """JupyterHub: A multi-user server for Jupyter notebooks""",
|
description = """JupyterHub: A multi-user server for Jupyter notebooks""",
|
||||||
long_description = "",
|
long_description = "",
|
||||||
author = "Jupyter Development Team",
|
author = "Jupyter Development Team",
|
||||||
author_email = "ipython-dev@scipy.org",
|
author_email = "jupyter@googlegroups.com",
|
||||||
url = "http://jupyter.org",
|
url = "http://jupyter.org",
|
||||||
license = "BSD",
|
license = "BSD",
|
||||||
platforms = "Linux, Mac OS X",
|
platforms = "Linux, Mac OS X",
|
||||||
|
Reference in New Issue
Block a user