File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818* ` 2.2.0-py37-2 ` : TensorFlow 2.2.0 with Python 3.7 & TFA
1919* ` 2.3.0-py37 ` : TensorFlow 2.3.0 with Python 3.7
2020* ` 2.3.1-py37 ` : TensorFlow 2.3.1 with Python 3.7
21- * ` 2.3.1-py37-2 ` : TensorFlow 2.3.1 & TFA 0.11 with Python 3.7
21+ * ` 2.3.1-py37-2 ` : TensorFlow 2.3.1 & TFA 0.11 with Python 3.7
22+ * ` 2.4.0-py37 ` : TensorFlow 2.4.0 & Python 3.7 & TFA 0.12
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.1 && \
69+ git checkout tags/v2.4.0 && \
7070 pip install keras_applications --no-deps && \
7171 pip install keras_preprocessing --no-deps
7272
@@ -87,7 +87,7 @@ RUN pip install /tmp/tensorflow_cpu/tensorflow*.whl
8787RUN cd /usr/local/src/ && \
8888 git clone https://github.com/tensorflow/addons && \
8989 cd addons && \
90- git checkout tags/v0.11.2 && \
90+ git checkout tags/v0.12.0 && \
9191 python ./configure.py && \
9292 bazel build --enable_runfiles build_pip_pkg && \
9393 bazel-bin/build_pip_pkg /tmp/tfa_cpu && \
You can’t perform that action at this time.
0 commit comments