You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-build/README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ FATE_DIR=/root/FATE bash build.sh all
99
99
|`Build_GPU`| Build images that supports GPU | 0 |
100
100
|`Build_LLM`| Build images that supports FATE-LLM | 0 |
101
101
|`Build_LLM_VERSION`| FATE-LLM version | v1.2.0 |
102
+
|`Platform`| Architecture types | amd64 |
102
103
103
104
The command creates the base images and then the component images. After the command finishes, all images of FATE should be created. Use `docker images` to check the newly generated images:
104
105
@@ -139,7 +140,18 @@ The above are all images that can be built using FATE-Builder, if you want to bu
The "Platform" field can be used to specify the processor architecture types that the built image can support, currently supporting arm64 and amd64. If this field is not specified, amd64 will be defaulted.
147
+
148
+
This function supports building images that support either arm64 or amd64 architecture under the amd64 architecture, and it also supports building images that support either arm64 or amd64 architectures under the arm64 architecture.
149
+
150
+
For example, if you want to build an arm64 image, you can use the following command.For example, if you want to build an arm64 image, you can use the following command. (The current version only supports building basic images when building images that support the arm64 architecture, that is, Build_Basic=1)
0 commit comments