Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gezp committed Jul 9, 2023
1 parent 70bb6b0 commit dab9ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ xfce4 desktop:

Supported Tags (you can find here [Github Tag](https://github.com/gezp/docker-ubuntu-desktop/tags)):
* Tags of base image:`18.04`, `20.04`, `22.04`
* Tags of image with cuda (based on `nvidia/cuda`):`18.04-cu10.1`, `20.04-cu11.0.3` etc.
* Tags of image with cuda (based on `nvidia/cuda`):`18.04-cu11.0.3`, `20.04-cu11.0.3` etc.
* naming rules is `{UBUNTU VERSION}-cu{CUDA VERSION}`, you can find supported `{CUDA VERSION}` in [Docker Image <nvidia/cuda>](https://gitlab.com/nvidia/container-images/cuda/-/blob/master/doc/supported-tags.md)

> Supported {CUDA VERSION}:
Expand Down Expand Up @@ -100,7 +100,7 @@ docker run -d --restart=on-failure \
--shm-size=1024m \
-p 10022:22 \
-p 14000:4000 \
gezp/ubuntu-desktop:20.04-cu11.0
gezp/ubuntu-desktop:20.04-cu11.0.3
```

#### Enable GPU hardware-accelerated rendering
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ xfce4(远程)桌面示意图

支持的镜像TAG对应[Github Tag](https://github.com/gezp/docker-ubuntu-desktop/tags),具有两类:
* 基本镜像的TAG:`18.04`, `20.04`, `22.04`
* 支持CUDA的镜像(基于`nvidia/cuda`基础镜像)的TAG:`18.04-cu10.1`, `20.04-cu11.0.3`等, 命名规则为`{UBUNTU VERSION}-cu{CUDA VERSION}`, 其中cuda的版本号支持列表见[Docker Image <nvidia/cuda>](https://gitlab.com/nvidia/container-images/cuda/-/blob/master/doc/supported-tags.md)
* 支持CUDA的镜像(基于`nvidia/cuda`基础镜像)的TAG:`18.04-cu11.0.3`, `20.04-cu11.0.3`等, 命名规则为`{UBUNTU VERSION}-cu{CUDA VERSION}`, 其中cuda的版本号支持列表见[Docker Image <nvidia/cuda>](https://gitlab.com/nvidia/container-images/cuda/-/blob/master/doc/supported-tags.md)

>目前支持CUDA版本号:
> * Ubuntu18.04:`11.0.3`, `11.1.1`, `11.2.2`
Expand Down

0 comments on commit dab9ea6

Please sign in to comment.