mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Add a comment about apt clean
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user