You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I try to create a Kasm container and put my Nvidia graphics card (GTX 1050) in it. An error occurs and the graphics card cannot be used. When I disable the graphics card by setting the “GPU Count” variable to 0, the container starts.
I've tried exotic configurations such as directly modifying the docker run configuration to force the GPU usage in the container, no error but the graphics card was not used. There is my special config:
f24f29f00ef5 a3b8ebd7e2d7 "/usr/bin/nvidia-smi…" 12 seconds ago Up 2 seconds (health: starting) 4444/tcp
kasm_gpu_helper
4a40a8b08bd2 kasmweb/proxy:1.16.1 "/docker-entrypoint.…" 2 days ago Up 33 hours 80/tcp
kasm_proxy
c0906690aadf kasmweb/share:1.16.1 "/bin/sh -c '/usr/bi…" 2 days ago Up 33 hours (healthy) 8182/tcp
kasm_share
53a6c5369f72 kasmweb/rdp-https-gateway:1.16.1 "/opt/rdpgw/rdpgw" 2 days ago Up 33 hours (healthy)
kasm_rdp_https_gateway
4c2e5566298f kasmweb/rdp-gateway:1.16.1 "/start.sh" 2 days ago Up 33 hours (healthy) 0.0.0.0:3389->3389/tcp, :::3389->3389/tc
p
kasm_rdp_gateway
6ff3c7c01437 kasmweb/agent:1.16.1 "/bin/sh -c '/usr/bi…" 2 days ago Up 33 hours (healthy) 4444/tcp
kasm_agent
36168f0ad709 kasmweb/kasm-guac:1.16.1 "/dockerentrypoint.sh" 2 days ago Up 33 hours (healthy)
kasm_guac
6c6ba7c246c2 kasmweb/manager:1.16.1 "/usr/bin/startup.sh…" 2 days ago Up 33 hours (healthy) 8181/tcp
kasm_manager
2fe359d55d5f kasmweb/api:1.16.1 "/bin/sh -c '/usr/bi…" 2 days ago Up 33 hours (healthy) 8080/tcp
kasm_api
42927f45e3c2 redis:5-alpine "docker-entrypoint.s…" 2 days ago Up 33 hours 6379/tcp
kasm_redis
Additional context
I'm actually able to use my GPU in containers like Immich, JellyFin, Frigate without any problems using this docker-compose section:
Existing Resources
Describe the bug
I try to create a Kasm container and put my Nvidia graphics card (GTX 1050) in it. An error occurs and the graphics card cannot be used. When I disable the graphics card by setting the “GPU Count” variable to 0, the container starts.
I've tried exotic configurations such as directly modifying the docker run configuration to force the GPU usage in the container, no error but the graphics card was not used. There is my special config:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A container starts and can use my Nvidia GPU without any error. Then when I run
nvtop
on the host, the container process appears.Screenshots
Workspaces Version
1.16.1.be60db
Workspaces Installation Method
Single Server,
Client Browser
Workspace Server Information (please provide the output of the following commands):
uname -a
cat /etc/os-release
sudo docker ps | grep kasm
Additional context
I'm actually able to use my GPU in containers like Immich, JellyFin, Frigate without any problems using this docker-compose section:
The GPU was installed after the kasm workspace setup, so when I ran the script, he didn't know that a GPU would be used later.
I've already tried to do this setup with the same Hardware on Ubuntu Server 22.04 LTS and it worked.
ps: I speak French 😉
The text was updated successfully, but these errors were encountered: