mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Merge pull request #107 from parente/bump-min-kern
Bump kernel gateway to 0.3.1
This commit is contained in:
@@ -33,7 +33,7 @@ RUN apt-get update && \
|
||||
build-essential \
|
||||
python3-dev && \
|
||||
easy_install3 pip && \
|
||||
pip install jupyter_kernel_gateway==0.2.0 && \
|
||||
pip install jupyter_kernel_gateway==0.3.1 && \
|
||||
apt-get remove --purge -y \
|
||||
build-essential \
|
||||
python3-dev && \
|
||||
@@ -43,8 +43,8 @@ RUN apt-get update && \
|
||||
# Configure container startup
|
||||
EXPOSE 8888
|
||||
WORKDIR /tmp
|
||||
ENTRYPOINT ["tini", "--", "jupyter", "kernelgateway"]
|
||||
CMD ["--KernelGatewayApp.ip=0.0.0.0"]
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
CMD ["jupyter", "kernelgateway", "--KernelGatewayApp.ip=0.0.0.0"]
|
||||
|
||||
# Run container as jovyan
|
||||
USER jovyan
|
||||
|
Reference in New Issue
Block a user