File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1212* ` 2.1.0-py36 ` : TensorFlow 2.1.0 with Python 3.6
1313* ` 2.1.0-py36-2 ` : TensorFlow 2.1.0 with CUDA 10.1
1414* ` 2.1.0-py37 ` : TensorFlow 2.1.0 with Python 3.7
15- * ` 2.1.0-py37-2 ` : TensorFlow 2.1.0 with Python 3.7 & DLVM base image.
16- * ` 2.1.0-py37-3 ` : TensorFlow 2.1.0 with Python 3.7, DLVM base image, tensorflow-gcs-config.
17- * ` 2.2.0-py37 ` : TensorFlow 2.2.0 with Python 3.7.
18- * ` 2.2.0-py37-2 ` : TensorFlow 2.2.0 with Python 3.7 & TFA.
19- * ` 2.3.0-py37 ` : TensorFlow 2.3.0 with Python.
15+ * ` 2.1.0-py37-2 ` : TensorFlow 2.1.0 with Python 3.7 & DLVM base image
16+ * ` 2.1.0-py37-3 ` : TensorFlow 2.1.0 with Python 3.7, DLVM base image, tensorflow-gcs-config
17+ * ` 2.2.0-py37 ` : TensorFlow 2.2.0 with Python 3.7
18+ * ` 2.2.0-py37-2 ` : TensorFlow 2.2.0 with Python 3.7 & TFA
19+ * ` 2.3.0-py37 ` : TensorFlow 2.3.0 with Python 3.7
20+ * ` 2.3.1-py37 ` : TensorFlow 2.3.1 with Python 3.6
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN apt-get install -y gnupg zip openjdk-8-jdk && \
6666RUN cd /usr/local/src && \
6767 git clone https://github.com/tensorflow/tensorflow && \
6868 cd tensorflow && \
69- git checkout tags/v2.3.0 && \
69+ git checkout tags/v2.3.1 && \
7070 pip install keras_applications --no-deps && \
7171 pip install keras_preprocessing --no-deps
7272
You can’t perform that action at this time.
0 commit comments