67 questions
0
votes
0
answers
115
views
google.api_core.exceptions.PermissionDenied: 403 Not allowed, access denied for permission serviceusage.services.use
I am trying to create a Cloud Run Function - it reads csv file from GCS Bucket, call DLP API to de-identify the columns and then save it to Bigquery.
File size is not big, it is only few mbs and ...
1
vote
0
answers
458
views
GPU is not recognized with Custom Image Docker - Google Vertex AI
Good morning, I'm having a problem running a custom job, I'm getting an image from docker hub, from nvidia
FROM nvidia/cuda:12.4.1-base-ubuntu20.04
From there, I place the settings for my project. ...
2
votes
0
answers
378
views
gcloud GPU VM ERROR: Unable to load the kernel module 'nvidia.ko'
I created a vm instance on Google Cloud using
1 Nvidia V100 GPU
Deep Learning on Linux system
Deep Learning VM for Pytorch 2.1 with CUDA 12.1 M118
On the first start of the machine I am asked
This ...
1
vote
0
answers
119
views
startup script not being run on dl-platform
I am creating an instance like this:
gcloud compute instances create $(INSTANCE) \
--machine-type a2-highgpu-1g \
--provisioning-model=SPOT \
--image-family $(IMAGE) \
--image-project ...
-1
votes
3
answers
833
views
using Deep Learning VM without GPU?
I'm trying to learn how to do ML/PyTorch on Google Cloud. The PyTorch docs recommend the Deep Learning VM, but I have a GPU quota of 0, and even if my quota allowed it, I don't really want to spend $...
0
votes
1
answer
165
views
GCP DL Image instance automatically starts Jupyter server but I cant find login Token
I just created a VM instance with deep-learning-vm image provided by GCP. I am trying remote access to notebook server. However I realized jupyter notebook server starts the moment I start the VM. I ...
0
votes
1
answer
156
views
Real Time File Scanning using Google DLP for more than 0.5MB size files
Its mentioned in google cloud documentation that maximum 0.5MB file size can be inspect/scanned as in memory files. For file size greater than lets say 2 MB, we need to upload the file on cloud ...
0
votes
2
answers
265
views
Google Cloud DLP API Call
I am using a free tier google account and i want to call any DLP API for text/image scanning for some demo purpose. I see DLP service don't fall in the category of free tier service. is there any way ...
2
votes
0
answers
180
views
Python version of deep learning containers
More of an open question to knowledgeable people or Google. I hope it's okay with you:
Which Python version is running on which deep learning container is unclear to me.
Take as an example europe-...
4
votes
2
answers
693
views
Python >= 3.8 container on GCP (Vertex AI Workbench)
Problem: Python 3.7 is outdated, yet prebuilt containers for Vertex AI Workbench are all are built w/ 3.7.
Is there a way to modify (e.g. rebuild the base containers that work w/ Vertex AI workbench), ...
2
votes
1
answer
685
views
I am not able to increase my quota request on GCP even after upgrading my account
I have been trying to setup a Deep Learning VM but I am not able to request for an increase in quota even after upgrading my account. I have found various answers on the internet detailing the steps ...
1
vote
0
answers
101
views
unable to find included dependencies for latest version of deep learning containers. is GCP no longer providing these?
I was trying to find included dependencies file for m99 and m100 release milestones as mentioned in below documentation page, but the last release milestone I could see is M96.
https://cloud.google....
0
votes
0
answers
75
views
Latest version is not available on Marketplace (available: M91; latest: M94)
I keep getting error messages when trying to deploy either PyTorch or base Intel MKL frameworks related to the Debian image being deprecated. It looks like that the latest release of this deployment ...
2
votes
1
answer
376
views
Cannot Locate GPU Quota Increase for Google Cloud Account
I am currently trying to increase the GPU quota for Google Cloud Platform. However, I am unable to search Google Compute Engine API for increasing the GPU quota.
No option comes up when I search for &...
0
votes
2
answers
296
views
CPU request has been approved on google cloud but not showing on the VM
My request of more CPU's has been approved for Google Cloud Compute Engine. When I ssh into my VM on the cloud and do lscpu, I do not see an increased number of CPU's. How do I carry those CPU's into ...