Skip to content

Commit

Permalink
Bump tensorflow/tensorflow in /samples/docker/serve-custom-sample
Browse files Browse the repository at this point in the history
Bumps tensorflow/tensorflow from 1.5.0-gpu to 2.16.1-gpu.

---
updated-dependencies:
- dependency-name: tensorflow/tensorflow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent b7f0ecf commit 978e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/docker/serve-custom-sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM happy365/fast-style-transfer-build as builder
FROM tensorflow/tensorflow:1.5.0-gpu
FROM tensorflow/tensorflow:2.16.1-gpu
RUN mv /etc/apt/sources.list.d /etc/apt/sources.list.d.bak && \
apt-get update
RUN apt-get install apt-transport-https -y && \
Expand Down

0 comments on commit 978e9af

Please sign in to comment.