Skip to content

Commit 9dabb31

Browse files
authored
use GitHub docker container
1 parent 507062e commit 9dabb31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,16 @@ conda install deepmd-kit=*=*gpu lammps-dp=*=*gpu -c deepmodeling
109109
```
110110

111111
### With Docker
112-
A docker for installing the DeePMD-kit is available [here](https://hub.docker.com/r/deepmodeling/deepmd-kit).
112+
A docker for installing the DeePMD-kit is available [here](https://github.com/orgs/deepmodeling/packages/container/deepmd-kit).
113113

114114
To pull the CPU version:
115115
```bash
116-
docker pull deepmodeling/deepmd-kit:1.2.0_cpu
116+
docker pull ghcr.io/deepmodeling/deepmd-kit:1.2.0_cpu
117117
```
118118

119119
To pull the GPU version:
120120
```bash
121-
docker pull deepmodeling/deepmd-kit:1.2.0_cuda10.1_gpu
121+
docker pull ghcr.io/deepmodeling/deepmd-kit:1.2.0_cuda10.1_gpu
122122
```
123123

124124
## Install the python interface

0 commit comments

Comments
 (0)