Skip to content

Commit d9a933b

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# tensorflow latest (pip)
88
# ==================================================================
99

10-
FROM ubuntu:jammy
10+
FROM ubuntu:kinetic
1111
ENV LANG C.UTF-8
1212
RUN APT_INSTALL="apt-get install -y --no-install-recommends" && \
1313
PIP_INSTALL="python -m pip --no-cache-dir install --upgrade" && \

0 commit comments

Comments
 (0)