Note: if you are using Mac or Windows, you will need to install Docker Desktop instead of just docker. Docker Desktop includes both docker and docker-compose.
Verify that you have the correct versions installed:
Note: Refer to the Environment Variables section for details on the ENV variables used in the Docker environment.
Build docker images
Copy
Ask AI
docker-compose build
Note: The default build architecture is for x86_64. If you are using arm64 architecture, you will need to run the below command to build the images for arm64.