Commit 0017b56d authored by Peter Parente's avatar Peter Parente

Merge pull request #107 from parente/bump-min-kern

Bump kernel gateway to 0.3.1
parents 761010ed 67a40c5e
...@@ -33,7 +33,7 @@ RUN apt-get update && \ ...@@ -33,7 +33,7 @@ RUN apt-get update && \
build-essential \ build-essential \
python3-dev && \ python3-dev && \
easy_install3 pip && \ easy_install3 pip && \
pip install jupyter_kernel_gateway==0.2.0 && \ pip install jupyter_kernel_gateway==0.3.1 && \
apt-get remove --purge -y \ apt-get remove --purge -y \
build-essential \ build-essential \
python3-dev && \ python3-dev && \
...@@ -43,8 +43,8 @@ RUN apt-get update && \ ...@@ -43,8 +43,8 @@ RUN apt-get update && \
# Configure container startup # Configure container startup
EXPOSE 8888 EXPOSE 8888
WORKDIR /tmp WORKDIR /tmp
ENTRYPOINT ["tini", "--", "jupyter", "kernelgateway"] ENTRYPOINT ["tini", "--"]
CMD ["--KernelGatewayApp.ip=0.0.0.0"] CMD ["jupyter", "kernelgateway", "--KernelGatewayApp.ip=0.0.0.0"]
# Run container as jovyan # Run container as jovyan
USER jovyan USER jovyan
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment