Skip to content

Commit

Permalink
Pytorch \ TF update to 1.6 \ 2.3 versions. (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
atselousov authored Aug 3, 2020
1 parent 71e9190 commit 3ad5aa4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# python 3.7 (apt)
# jupyter latest (pip)
# jupyterlab latest (pip)
# pytorch 1.5.1 (docker-hub)
# tensorflow 2.2.0 (pip)
# pytorch 1.6.0 (docker-hub)
# tensorflow 2.3.0 (pip)
# ==================================================================

FROM pytorch/pytorch:1.5.1-cuda10.1-cudnn7-devel
FROM pytorch/pytorch:1.6.0-cuda10.1-cudnn7-devel
ENV LANG C.UTF-8
RUN APT_INSTALL="apt-get install -y --no-install-recommends" && \
PIP_INSTALL="python -m pip --no-cache-dir install --upgrade" && \
Expand Down Expand Up @@ -145,7 +145,7 @@ RUN APT_INSTALL="apt-get install -y --no-install-recommends" && \
# ------------------------------------------------------------------

$PIP_INSTALL \
tensorflow==2.2.0 \
tensorflow==2.3.0 \
&& \

# ==================================================================
Expand Down

0 comments on commit 3ad5aa4

Please sign in to comment.