Compare commits

...

1 Commits
0.9.6 ... 0.9.x

Author SHA1 Message Date
Min RK
9391470e26 pin tornado <6 on 0.9.x Dockerfile 2019-04-01 13:02:35 +02:00

View File

@@ -48,7 +48,7 @@ ENV PATH=/opt/conda/bin:$PATH
ADD . /src/jupyterhub
WORKDIR /src/jupyterhub
RUN pip install . && \
RUN pip install --no-cache . 'tornado<6' && \
rm -rf $PWD ~/.cache ~/.npm
RUN mkdir -p /srv/jupyterhub/