Morph-Ed

Results 9 comments of Morph-Ed

@dcasota Happy to, is there a build process output somewhere with an ISO/OVA built with the latest code changes, so I can test? Or do I need to build it...

Running the CUDA docker image gives me the following error ``` root@dde71 [ ~ ]# docker run --rm --runtime=nvidia --gpus all nvidia/cuda:12.0.0-base-ubuntu20.04 nvidia-smi Unable to find image 'nvidia/cuda:12.0.0-base-ubuntu20.04' locally 12.0.0-base-ubuntu20.04:...

``` -- WARNING, the following logs are for debugging purposes only -- I0509 13:04:25.861008 1165 nvc.c:376] initializing library context (version=1.13.1, build=6f4aea0fca16aaff01bab2567adb34ec30847a0e) I0509 13:04:25.861053 1165 nvc.c:350] using root / I0509 13:04:25.861061...

Downgrading to Docker 20.10.23-1 is a potential fix, since I have 23.0.2-1.ph5 installed. what is the best way of doing that, my repos don't have any other versions available -...

@dcasota Thanks - A colleague tells me "Photon 4 (version unknown but upgraded from 3) with NVidia 525.89.02 and CUDA 12.0 works" I will start investigating older drivers

**TLDR: A Working combo is:** ``` photon-minimal-3.0_rev2_u2-a0f216d.iso NVIDIA-SMI 470.141.03 Driver Version: 470.141.03 CUDA Version: 11.6 Docker version 20.10.14, build a224086 NVIDIA Container Runtime Hook version 1.10.0 commit: 7cfd3bd ``` Starting...

Cannot get Photon 5 to work (updated to use runc 1.1.7) Tried with both - Docker version 23.0.2, build 569dd73 - Docker version 20.10.14, build a224086 (taken from ph4 repo)...

Failed with both a newer, and older version of docker ``` root@photon5ga [ ~ ]# cat /etc/photon-release VMware Photon OS 5.0 PHOTON_BUILD_NUMBER=dde71ec57 ``` ``` root@photon5ga [ ~ ]# docker --version...

Also works with Photon 3 Rev 3 Update 1 ``` root@photon3r3u1 [ ~ ]# cat /etc/photon-release VMware Photon OS 3.0 PHOTON_BUILD_NUMBER=05f9d3d8d root@photon3r3u1 [ ~ ]# docker --version Docker version 20.10.14,...