compiling docker building script. it use alpine linux 3.10 as musl linux build enironment. it will try to install all the compiling tools, development packages, and python requirements for paddle musl compiling.
compiling docker building script. it use alpine linux 3.10 as musl linux build environment. it will try to install all the compiling tools, development packages, and python requirements for paddle musl compiling.
environment variables:
- PYTHON_VERSION: the version of python used for image building, default=3.7.
...
...
@@ -104,10 +104,10 @@ make -j8
environment variables:
- BUILD_MAN: build the paddle manually, default=0.
- WITH_TEST: build with unitest, and run unitest check, default=0.
- WITH_TEST: build with unittest, and run unittest check, default=0.
- WITH_PRUNE_CONTAINER: remove the container after building, default=1.
- CTEST_*: CTEST flages used for unit test.
- FLAGS_*: build flages used for paddle building.
- CTEST_*: CTEST flags used for unit test.
- FLAGS_*: build flags used for paddle building.
- HTTP_PROXY: use http proxy.
- HTTPS_PROXY: use https proxy.
...
...
@@ -118,4 +118,4 @@ make -j8
-**config.sh**: build config script for configure compiling option setting.
-**Dockerfile**: build docker definition file.
-**package.txt**: build required develop packages for alpine linux.