Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions launcher/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ substitutions:
'_OUTPUT_IMAGE_SUFFIX': ''
'_OUTPUT_IMAGE_FAMILY': ''
'_BUCKET_NAME': '${PROJECT_ID}_cloudbuild'
'_VG_BASE_IMAGE': 'cos-125-19216-104-149'
'_VG_BASE_IMAGE': 'testcosa4fix'

steps:
# determine the base image
Expand Down Expand Up @@ -65,7 +65,7 @@ steps:
--region us-west1 \
--substitutions \
_BASE_IMAGE=${VG_BASE_IMAGE},\
_BASE_IMAGE_PROJECT=${BASE_IMAGE_PROJECT},\
_BASE_IMAGE_PROJECT=confidential-space-images-dev,\
_OUTPUT_IMAGE_FAMILY=${OUTPUT_IMAGE_FAMILY}-debug,\
_OUTPUT_IMAGE_NAME=${OUTPUT_IMAGE_NAME},\
_IMAGE_ENV=debug,\
Expand Down Expand Up @@ -93,7 +93,7 @@ steps:
--region us-west1 \
--substitutions \
_BASE_IMAGE=${VG_BASE_IMAGE},\
_BASE_IMAGE_PROJECT=${BASE_IMAGE_PROJECT},\
_BASE_IMAGE_PROJECT=confidential-space-images-dev,\
_OUTPUT_IMAGE_FAMILY=${OUTPUT_IMAGE_FAMILY},\
_OUTPUT_IMAGE_NAME=${OUTPUT_IMAGE_NAME},\
_IMAGE_ENV=hardened,\
Expand Down
2 changes: 2 additions & 0 deletions launcher/internal/gpu/driverinstaller.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ func (di *DriverInstaller) InstallGPUDrivers(ctx context.Context) error {
// It would not be possible to start the nvidia-persistenced process amidst GPU driver installation flow via cos_gpu_installer.
// For this reason, the GPU driver installation need to be triggered with --skip-nvidia-smi flag to skip the GPU driver verification step.
oci.WithProcessArgs("/cos-gpu-installer", "install",
"--gcs-download-bucket=cos-image-hah", // TODO: remove once bug fix
"--gcs-download-prefix=r125-19216-224-0/R125-19216.224.0-a7894d45", // TODO: remove once bug fix
fmt.Sprintf("-version=%s", NvDriverVer590_48_01),
fmt.Sprintf("-host-dir=%s", InstallationHostDir),
"--no-verify"),
Expand Down
Loading