From e9772a4cda3304020b7b1dc8aa8b755e2e054df2 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Thu, 26 Mar 2020 13:44:35 +0800 Subject: [PATCH] Update DOCKER.md --- doc/DOCKER.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/DOCKER.md b/doc/DOCKER.md index 51a30f81..5f1e378c 100644 --- a/doc/DOCKER.md +++ b/doc/DOCKER.md @@ -1,5 +1,7 @@ # Docker compilation environment preparation +([简体中文](./DOCKER_CN.md)|English) + ## Environmental requirements + Docker is installed on the development machine. @@ -65,6 +67,6 @@ The list of supported environments is as follows:: -** Remarks: ** +**Remarks:** + If you cannot find libcrypto.so.10 and libssl.so.10 when you execute the pre-compiled version, you can change /usr/lib64/libssl.so.10 and /usr/lib64/libcrypto.so in the Docker environment. 10 Copy to the directory where the executable is located. + CPU pre-compiled version can only be executed on CPU machines, GPU pre-compiled version can only be executed on GPU machines. -- GitLab