Skip to content

Commit

Permalink
Merge pull request tensorflow#36165 from angerson:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 291254453
Change-Id: I0de717de3c9db98cc21d4bc89985bef6a001d9c5
  • Loading branch information
tensorflower-gardener committed Jan 23, 2020
2 parents a88cebf + cabc287 commit 9652ec9
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ RUN mkdir /bazel && \
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ RUN mkdir /bazel && \
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ RUN test "${CHECKOUT_HOROVOD_SRC}" -eq 1 && git clone --recursive https://github
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ RUN ${PIP} install --no-cache-dir horovod==${HOROVOD_VERSION}
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ RUN if [ ${TF_PACKAGE} = tensorflow-gpu ]; then \
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ RUN mkdir /bazel && \
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ RUN mkdir /bazel && \
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ RUN if [ ${TF_PACKAGE} = tensorflow-gpu ]; then \
COPY bashrc /etc/bash.bashrc
RUN chmod a+rwx /etc/bash.bashrc

# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# https://github.com/ipython/ipykernel/issues/422
RUN ${PIP} install jupyter ipykernel==5.1.1 nbformat==4.4.0 matplotlib
RUN ${PIP} install jupyter matplotlib
# Pin ipykernel and nbformat; see https://github.com/ipython/ipykernel/issues/422
RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; fi
RUN ${PIP} install jupyter_http_over_ws
RUN jupyter serverextension enable --py jupyter_http_over_ws

Expand Down

0 comments on commit 9652ec9

Please sign in to comment.