File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Build GCP A3 Mega VM image
22
33on :
44 - workflow_dispatch
5+ - push
56
67env :
78 PACKER_VERSION : " 1.9.2"
Original file line number Diff line number Diff line change 1919 {
2020 "type" : " shell" ,
2121 "inline" : [
22+ " sudo rm /etc/apt/sources.list.d/ar_us_apt_pkg_dev_projects_gce_ai_infra.list" ,
23+ " sudo apt-get update" ,
24+ " sudo apt-get install -y --no-install-recommends datacenter-gpu-manager-4-proprietary datacenter-gpu-manager-exporter" ,
25+ " sudo systemctl disable google-cloud-ops-agent.service" ,
2226 " gcloud -q auth configure-docker us-docker.pkg.dev" ,
2327 " docker pull us-docker.pkg.dev/gce-ai-infra/gpudirect-tcpxo/tcpgpudmarxd-dev:v1.0.14" ,
2428 " docker pull us-docker.pkg.dev/gce-ai-infra/gpudirect-tcpxo/nccl-plugin-gpudirecttcpx-dev:v1.0.8-1"
You can’t perform that action at this time.
0 commit comments