Skip to content
Snippets Groups Projects
Commit a80118d5 authored by calrama's avatar calrama
Browse files

[windows] increase memory limit for building image

parent 69ec2bc4
No related branches found
No related tags found
No related merge requests found
Pipeline #35134 passed
Pipeline: interfaces

#35137

    Pipeline: behavior_loader

    #35135

      ......@@ -37,8 +37,8 @@ build windows:
      script:
      - $image_name = "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower())/windows"
      - docker build --memory 10G -t "${image_name}:latest-base" windows/base
      - docker build --memory 15G -t "${image_name}:latest-devel" -f windows/devel/Dockerfile windows/devel
      - docker build --memory 15G -t "${image_name}:latest-cuda-devel" -f windows/cuda-devel/Dockerfile windows/cuda-devel
      - docker build --memory 16G -t "${image_name}:latest-devel" -f windows/devel/Dockerfile windows/devel
      - docker build --memory 16G -t "${image_name}:latest-cuda-devel" -f windows/cuda-devel/Dockerfile windows/cuda-devel
      deploy windows:
      stage: deploy
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment