File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - PHP_VERSION=NA BUILD_SERVICE="adminer phpmyadmin pgadmin"
3131 - PHP_VERSION=NA BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 haproxy"
3232 - PHP_VERSION=NA BUILD_SERVICE="kibana grafana laravel-echo-server"
33+ - PHP_VERSION=NA BUILD_SERVICE="ipython-controller"
3334 # - PHP_VERSION=NA BUILD_SERVICE="aws"
3435
3536# Installing a newer Docker version
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL maintainer="ahkui <ahkui@outlook.com>"
44
55USER root
66
7- RUN apk add --no-cache build-base
7+ RUN apk add --no-cache build-base zeromq-dev
88
99RUN python -m pip --quiet --no-cache-dir install \
1010 ipyparallel
@@ -14,4 +14,4 @@ RUN ipython profile create --parallel --profile=default
1414COPY ipcontroller-client.json /root/.ipython/profile_default/security/ipcontroller-client.json
1515COPY ipcontroller-engine.json /root/.ipython/profile_default/security/ipcontroller-engine.json
1616
17- CMD ["sh","-c","ipcontroller --ip=* --reuse"]
17+ CMD ["sh","-c","ipcontroller --ip=* --reuse"]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL maintainer="ahkui <ahkui@outlook.com>"
44
55USER root
66
7- RUN apk add --no-cache build-base
7+ RUN apk add --no-cache build-base zeromq-dev
88
99RUN python -m pip --quiet --no-cache-dir install \
1010 ipyparallel \
You can’t perform that action at this time.
0 commit comments