Commit e717e315 authored by Michael Poplavski's avatar Michael Poplavski

Updated the kernel_gateway sdist tarball name to dist/jupyter_kernel_gateway-*.tar.gz

Contribution (c) Copyright IBM Corp. 2015
parent 5f4d8225
...@@ -57,7 +57,7 @@ RUN cd /tmp && \ ...@@ -57,7 +57,7 @@ RUN cd /tmp && \
git clone https://github.com/jupyter-incubator/kernel_gateway.git && \ git clone https://github.com/jupyter-incubator/kernel_gateway.git && \
cd kernel_gateway && \ cd kernel_gateway && \
python setup.py sdist && \ python setup.py sdist && \
pip install dist/kernel_gateway-*.tar.gz && \ pip install dist/jupyter_kernel_gateway-*.tar.gz && \
rm -rf /tmp/kernel_gateway rm -rf /tmp/kernel_gateway
# Configure container startup # Configure container startup
......
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