Installed Docker but where are executables? #14
-
I got the docker to install apparently successfully on Ubuntu Successfully built 7ed8bb3adece I do not, however, know where the executables are. I have tried locating dp_frz dp_ipi dp_test dp_train files but to no avail. I want start again but don't know how to "clean" the process. Thanks Adam |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The message you give indicates that you have built the Dockerfile successfully. To get access to the executables, you should first derive a container from the image -- an example command is like "docker run -t -i deepmd-kit_docker". Then you can follow the instructions of DeePMD-kit Manual to find the executables, train a model, an so on. |
Beta Was this translation helpful? Give feedback.
The message you give indicates that you have built the Dockerfile successfully. To get access to the executables, you should first derive a container from the image -- an example command is like "docker run -t -i deepmd-kit_docker". Then you can follow the instructions of DeePMD-kit Manual to find the executables, train a model, an so on.