From 80eec21242bc15ec5781480d5eace6fe0ea653b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sun, 7 Mar 2021 10:35:31 +1300 Subject: [PATCH] Update the Docker image compressed sizes (shrunk by about 500MB each) --- docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index 458ed89..675b721 100644 --- a/docker/README.md +++ b/docker/README.md @@ -13,7 +13,7 @@ Some general knowledge about `docker` infrastructure might be useful (that's an ### Prepare the image (once) -The first option is to pull the image from Docker Hub (this will download over 2.3 GB of data): +The first option is to pull the image from Docker Hub (this will download about 1.9 GB of compressed data): ```bash $ docker pull ageron/handson-ml2 @@ -35,7 +35,7 @@ After the process is finished you have an `ageron/handson-ml2:latest` image, tha ```bash $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE -ageron/handson-ml2 latest 6c4dc2c7c516 2 minutes ago 6.49GB +ageron/handson-ml2 latest 3ebafebc604a 2 minutes ago 4.87GB ``` ### Run the notebooks @@ -91,7 +91,7 @@ $ edit environment.yml # use your favorite editor ### Prepare the image (once) -If you want to pull the prebuilt image from Docker Hub (this will download over 4 GB of data): +If you want to pull the prebuilt image from Docker Hub (this will download over 3.5 GB of compressed data): ```bash $ docker pull ageron/handson-ml2:latest-gpu