Skip to content

Commit 0926254

Browse files
committed
Use more recent tensorflow base image as old one is unavailable
1 parent c334e0f commit 0926254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: etc/docker/kernel-tf-py/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ubuntu:Bionic
22
# TensorFlow 2.4.0
3-
ARG BASE_CONTAINER=jupyter/tensorflow-notebook:2023-03-13
3+
ARG BASE_CONTAINER=jupyter/tensorflow-notebook:2023-10-20
44

55
FROM $BASE_CONTAINER
66

0 commit comments

Comments
 (0)