fix ipython-controller build fail (#2027)

This commit is contained in:
Shao Yu-Lung (Allen)
2019-03-01 12:16:08 +08:00
committed by GitHub
parent d964e2898c
commit d404555cf5
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ LABEL maintainer="ahkui <ahkui@outlook.com>"
USER root
RUN apk add --no-cache build-base
RUN apk add --no-cache build-base zeromq-dev
RUN python -m pip --quiet --no-cache-dir install \
ipyparallel
@ -14,4 +14,4 @@ RUN ipython profile create --parallel --profile=default
COPY ipcontroller-client.json /root/.ipython/profile_default/security/ipcontroller-client.json
COPY ipcontroller-engine.json /root/.ipython/profile_default/security/ipcontroller-engine.json
CMD ["sh","-c","ipcontroller --ip=* --reuse"]
CMD ["sh","-c","ipcontroller --ip=* --reuse"]