hochbit
hochbit
[bitnami/jupyterhub] Support jupyter/tensorflow-notebook as a singleUser image in Bitnami JupyterHub
Do you have any suggestions how to use other images? What do they need to do to be launched - what are you doing differently?
[bitnami/jupyterhub] Support jupyter/tensorflow-notebook as a singleUser image in Bitnami JupyterHub
If you want the cuda drivers within the notebook this is a working solution: ```dockerfile FROM docker.io/bitnami/jupyter-base-notebook:5.3.0-debian-12-r1 AS BASE FROM nvcr.io/nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04 ENV HOME="/opt/bitnami/jupyterhub-singleuser/" COPY prebuildfs / SHELL ["/bin/bash", "-o", "errexit",...
On a PROXMOX VM - Secureboot ON - EFI BIOS - EFI Disk without default certificates (sata) Certificates were installed by the ones on the TalosOS Disk If VM setup...
@lllamnyp I think Alpine could be a reason because of the musl libraries. But normally you are using go so.
Ok its not Alpine - same for me on Ubuntu 24.04 LTS
@Myzomi Um not exactly. Unreal Engine 5 (Unreal Editor) "works" with Game Mode as expected. Except for the mouse pointer representation in the Browser JS Client to move where the...
I do not have dri interface available... so I use this to get into a console with offloading. ```bash #!/usr/bin/bash env __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia __VK_LAYER_NV_optimus=NVIDIA_only VK_DRIVER_FILES=/usr/share/vulkan/icd.d/nvidia_icd.json LIBVA_DRIVER_NAME=nvidia bash ``` You can...
@ehfd With X11 - using it for UE5Editor (combined with my "hack" to have the mouse pointer in game mode) I now changed my /kclient/startwm.sh - the nvidia-smi check: ```sh...
@mmcclaskey I know that you use /dev/dri its in all the container README pages - but I do not have a /dev/dri/card0 on the kubernetes cluster, at least when using...