From e11a920e7574d1a576b00dc00fab3660ae3200fe Mon Sep 17 00:00:00 2001 From: hanhxiao Date: Tue, 13 Aug 2019 20:35:17 +0800 Subject: [PATCH] docs(readme): add image explain to readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79284075..47362b5c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ docker run gnes/gnes:alpine-latest This command downloads the latest GNES image (based on [Alpine Linux](https://alpinelinux.org/)) and runs it in a container. When the container runs, it prints an informational message and exits. -#### Choose the right GNES image +#### 💡 Choose the right GNES image Besides the `alpine` image optimized for the space, we also provide Buster (Debian 10.0) and Ubuntu 18.04-based images. The table below summarizes [all available GNES tags](https://cloud.docker.com/u/gnes/repository/docker/gnes/gnes). One can fill in `{ver}` with `latest`, `stable` or `v0..xx`. `latest` refers to the **latest master** of this repository, which [may not be stable](./CONTRIBUTING.md#Merging-Process). We recommend you to use an official release by changing the `latest` to a version number, say `v0.0.24`, or simply using `stable` for the last release, e.g. `gnes:ubuntu-stable` @@ -111,12 +111,12 @@ Besides the `alpine` image optimized for the space, we also provide Buster (Debi alpine-{ver} - based on Alpine Linux;
no deep learning libraries;
Extremely lightweight and portable, enables fast scaling on even edge devices. + based on Alpine Linux;
no deep learning libraries;
extremely lightweight and portable, enables fast scaling on even edge devices. buster-{ver} - based on Debian 10.0;
no deep learning libraries;
Recommended for building or extending a GNES-Hub image. + based on Debian 10.0;
no deep learning libraries;
recommended for building or extending a GNES-Hub image. ubuntu-{ver} @@ -126,7 +126,7 @@ Besides the `alpine` image optimized for the space, we also provide Buster (Debi full-{ver} - based on Ubuntu 16.04;
python-3.6.8, cuda-10.0, tf1.14, pytorch1.1, faiss, multiple pretrained models;
Heavy but self-contained, useful in testing GNES end-to-endly. + based on Ubuntu 16.04;
python-3.6.8, cuda-10.0, tf1.14, pytorch1.1, faiss, multiple pretrained models;
heavy but self-contained, useful in testing GNES end-to-endly.