We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507062e commit 9dabb31Copy full SHA for 9dabb31
1 file changed
README.md
@@ -109,16 +109,16 @@ conda install deepmd-kit=*=*gpu lammps-dp=*=*gpu -c deepmodeling
109
```
110
111
### With Docker
112
-A docker for installing the DeePMD-kit is available [here](https://hub.docker.com/r/deepmodeling/deepmd-kit).
+A docker for installing the DeePMD-kit is available [here](https://github.com/orgs/deepmodeling/packages/container/deepmd-kit).
113
114
To pull the CPU version:
115
```bash
116
-docker pull deepmodeling/deepmd-kit:1.2.0_cpu
+docker pull ghcr.io/deepmodeling/deepmd-kit:1.2.0_cpu
117
118
119
To pull the GPU version:
120
121
-docker pull deepmodeling/deepmd-kit:1.2.0_cuda10.1_gpu
+docker pull ghcr.io/deepmodeling/deepmd-kit:1.2.0_cuda10.1_gpu
122
123
124
## Install the python interface
0 commit comments