Compatability for GP107M [GeForce GTX 1050 Mobile]?

I’m just starting 🔥 Introduction - Mojo 🔥 GPU Puzzles, and on Puzzle 01 am getting the error shown below. I assume this is because my laptop’s GPU is not yet supported: GP107M [GeForce GTX 1050 Mobile]. If this is the case, can I somehow configure my setup to use cloud compute for GPU? Thanks in advance for any help/guidance!
Error

open-source/max/mojo/stdlib/stdlib/builtin/_startup.mojo:95:4: error: call expansion failed
open-source/max/mojo/stdlib/stdlib/builtin/_startup.mojo:65:4: note: function instantiation failed
/home/johnsoe1/dev/Modular/github/mojo-gpu-puzzles/solutions_eaj/p01/p01.mojo:25:23: note: call expansion failed
    with DeviceContext() as ctx:

Laptop Details

Lenovo Lenovo YOGA 730-15IKB
Intel® Core™ i7-8550U × 8
Ubuntu 25.04
Graphics: Intel® UHD Graphics 620 (KBL GT2)
Graphics 1: NV137

NVIDIA Drivers

$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:1c.4/0000:3b:00.0 ==
modalias : pci:v000010DEd00001C8Dsv000017AAsd000039ABbc03sc02i00
vendor   : NVIDIA Corporation
model    : GP107M [GeForce GTX 1050 Mobile]
driver   : nvidia-driver-535-server - distro non-free
driver   : nvidia-driver-570-server - distro non-free
driver   : nvidia-driver-570 - distro non-free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin

Mojo and MAX won’t magically use cloud compute. The easiest way is to use the vscode “SSH” plugin to connect to the lambda cloud GPU instance and install Mojo on there.

Your GPU isn’t supported right now, and it will take a bit to do the work to make it function since it’s the one of the older GPUs that would work at all with current kernels on the Nvidia side. Your best bet is to use cloud compute.

Sounds good, Owen. I’m getting set up on the Lambda service right now. Thanks!