Skip to content

Commit

Permalink
Merge pull request #6 from google-ai-edge/docker_version
Browse files Browse the repository at this point in the history
Change TF Dockerfile version to 2.16 for ubuntu compatibility to 20.04.
  • Loading branch information
junjiang-lab authored Oct 2, 2024
2 parents 6bb9ef7 + 20493cc commit ca9dfe7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/tflite-android.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tensorflow/build:latest-python3.11
FROM tensorflow/build:2.16-python3.11

ENV ANDROID_DEV_HOME /android
RUN mkdir -p ${ANDROID_DEV_HOME}
Expand Down
2 changes: 1 addition & 1 deletion ci/tflite-py3.10.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM tensorflow/build:latest-python3.10
FROM tensorflow/build:2.16-python3.10
2 changes: 1 addition & 1 deletion ci/tflite-py3.11.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM tensorflow/build:latest-python3.11
FROM tensorflow/build:2.16-python3.11
2 changes: 1 addition & 1 deletion ci/tflite-py3.12.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM tensorflow/build:latest-python3.12
FROM tensorflow/build:2.16-python3.12
2 changes: 1 addition & 1 deletion ci/tflite-py3.9.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM tensorflow/build:latest-python3.9
FROM tensorflow/build:2.16-python3.9

0 comments on commit ca9dfe7

Please sign in to comment.