File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333WINDOWS_INSTANCE_PROJECT_NAME = "windows-cloud"
3434WINDOWS_INSTANCE_FAMILY_NAME = "windows-2019"
3535LINUX_INSTANCE_PROJECT_NAME = "ubuntu-os-cloud"
36- LINUX_INSTANCE_FAMILY_NAME = "ubuntu-minimal-2204 -lts"
36+ LINUX_INSTANCE_FAMILY_NAME = "ubuntu-minimal-2404 -lts-amd64 "
3737GCP_INSTANCE_MAX_RUNTIME = 120 # In minutes
3838GCS_BUCKET_NAME = 'spdev'
3939GCS_SIGNED_URL_EXPIRY_LIMIT = 720 # In minutes
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ dpkg --install gcsfuse_0.39.2_amd64.deb
55rm gcsfuse_0.39.2_amd64.deb
66
77apt install gnupg ca-certificates
8- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
9- echo " deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
8+ gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
9+ echo " deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
1010sudo apt update
11- apt install -y mono-complete libtesseract-dev libgpac-dev
11+ apt install -y mono-complete libtesseract-dev libgpac-dev tesseract-ocr-eng
1212
1313mkdir repository
1414cd repository
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ userInput gcp_instance_machine_type "Machine type for GCP Instances:" "n1-standa
157157userInput windows_instance_project_name " Windows GCP instance project name:" " windows-cloud" " " 1
158158userInput windows_instance_family_name " Windows GCP instance family name:" " windows-2019" " " 1
159159userInput linux_instance_project_name " Linux GCP instance project name:" " ubuntu-os-cloud" " " 1
160- userInput linux_instance_family_name " Linux GCP instance family name: " " ubuntu-minimal-2204 -lts" " " 1
160+ userInput linux_instance_family_name " Linux GCP instance family name: " " ubuntu-minimal-2404 -lts-amd64 " " " 1
161161userInput gcp_instance_max_runtime " GCP Instance Max Runtime (In minutes):" " 120" " " 1
162162userInput gcs_bucket_name " Google Cloud Storage bucket name:" " " " " 1
163163userInput gcs_bucket_location " Google Cloud Storage bucket location:" " us-central1" " " 1
You can’t perform that action at this time.
0 commit comments