Skip to content

Commit

Permalink
Use more recent tensorflow base image as old one is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Mar 9, 2024
1 parent 30de39d commit e85a7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker/kernel-tf-py/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ubuntu:Bionic
# TensorFlow 2.4.0
ARG BASE_CONTAINER=jupyter/tensorflow-notebook:2023-03-13
ARG BASE_CONTAINER=jupyter/tensorflow-notebook:2023-10-20

FROM $BASE_CONTAINER

Expand Down

0 comments on commit e85a7e0

Please sign in to comment.