From 0c17db555cb170e326df6a6cfcce8f8a0ab52403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sat, 6 Mar 2021 20:35:57 +1300 Subject: [PATCH] Add a comment about apt clean --- docker/Dockerfile.gpu | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile.gpu b/docker/Dockerfile.gpu index 1e9067c..61063c0 100644 --- a/docker/Dockerfile.gpu +++ b/docker/Dockerfile.gpu @@ -28,6 +28,7 @@ ARG LIBNVINFER_MAJOR_VERSION=7 SHELL ["/bin/bash", "-c"] # Pick up some TF dependencies # [HOML2] Tweaked for handson-ml2: added all the libs before build-essentials +# and call apt clean + remove apt cache. RUN apt-get update -q && apt-get install -q -y --no-install-recommends \ bzip2 \ ca-certificates \