mirror of
https://github.com/balkian/jupyterhub-oauth.git
synced 2025-08-29 16:52:21 +00:00
Upgrade to 1.7
* Pip install from submodule instead of git * Updated README * JPY_COOKIE_SECRET * DATASET (Read only) and common (Write) folders
This commit is contained in:
@@ -7,8 +7,10 @@ FROM jupyter/jupyterhub
|
||||
MAINTAINER Project Jupyter <ipython-dev@scipy.org>
|
||||
|
||||
# Install oauthenticator from git
|
||||
RUN pip install git+git://github.com/jupyter/oauthenticator.git
|
||||
RUN pip install git+git://github.com/jupyter/dockerspawner.git
|
||||
ADD oauthenticator /src/oauthenticator
|
||||
ADD dockerspawner /src/dockerspawner
|
||||
RUN pip install /src/oauthenticator
|
||||
RUN pip install /src/dockerspawner
|
||||
|
||||
# Create oauthenticator directory and put necessary files in it
|
||||
RUN mkdir /srv/oauthenticator
|
||||
|
Reference in New Issue
Block a user