Pin versions of notebook & jupyterhub being installed

pull/6/head
yuvipanda 2017-04-12 13:43:07 -07:00
rodzic 53ce3919e7
commit 8e60b2c03c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,7 @@ USER jovyan
RUN python3 -m venv venv
# FIXME: Specify actual versions here
RUN ${APP_DIR}/venv/bin/pip install --no-cache-dir jupyter jupyterhub
RUN ${APP_DIR}/venv/bin/pip install --no-cache-dir notebook==5.0.0 jupyterhub==0.7.2
COPY ./s2i/bin/ /usr/libexec/s2i