Oleg Polosin
Oleg Polosin
@turian I'll have a look at it later today. I think GCP just renamed their GPU images.
@turian @mcartagenah I’ll update the code later, but for now, you can just add this line to the instance parameters: ``` imageUri: projects/ml-images/global/images/family/common-dl-gpu-debian-10 ``` JFYI: when I was working with...
> How do I figure out what version of CUDA is running? From the full image URL? You can find the image in the GCP console by its name and...
Replied in #104
Hi Jarek, Thanks for the idea, I will have a look into it this week. Best regards, Oleg
@jagin, I tried different solutions that I found on StackOverflow, but because I have a lack of understanding of how exactly X11 works, unfortunately, I couldn't make X11 forwarding work...
@alexbussan Unfortunately, it's not supported at the moment. It would a quite sophisticated functionality: 1. It would require deploying some kind of a lambda function that keeps track of a...
> So is there a way to get around this, or does using spotty mean that I need to keep my dockerfile in my root directory? Or is there something...
Yes, it's possible, but I'm not sure when I will be able to have a look.
> it's sometimes needed to launch a regular instance It already exists. Set the `onDemandInstance` parameter to `true`. > For extra niceness, ability to launch Reserved Spot Instances (e.g. for...