Add a comment about apt clean
parent
9056707a18
commit
0c17db555c
|
@ -28,6 +28,7 @@ ARG LIBNVINFER_MAJOR_VERSION=7
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
# Pick up some TF dependencies
|
# Pick up some TF dependencies
|
||||||
# [HOML2] Tweaked for handson-ml2: added all the libs before build-essentials
|
# [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 \
|
RUN apt-get update -q && apt-get install -q -y --no-install-recommends \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
Loading…
Reference in New Issue