-
**当运行调度在k8s上的gpu能力时,能力的调用时长相较于直接使用docker启动能力时延明显延长很多**:
**我想知道这是否正常**:
**Environment**:
- HAMi version:2.3.13
- Kubernetes version:1.20.14
- Others:
- - 申请了nvidia.com/gpu:2,nvidia.com/gpumem…
-
### What is the issue?
Ollama using Docker mode.
When execute 'sudo docker exec -it ollama ollama run nemotron:latest',
or "sudo docker exec -it ollama ollama run qwen2.5:72b"
it replied "GGGGGGG…
-
I'm running docker and LLM-X in a container with the following compose.yml file:
```
version: '3.8'
services:
ollama:
image: ollama/ollama
runtime: nvidia
environment:
…
-
Had it working for a while then started seeing this error from ComfyUI (I disabled the other svc since I don't use it):
```
RuntimeError: Found no NVIDIA driver on your system. Please check that you…
-
I tried setting the swedish keyboard layout using the kde settings manager, but the swedish keyboard characters å ä ö are not propagated to an application in the container
-
Following the instructions to clone and build the whisper docker image, I get this error on my Ubuntu 24.04 laptop with an nVidia RTX A2000 GPU:
```bash
$ docker run --gpus all -it -v ${PWD}/mode…
-
When I tried installing openedai-vision in Docker container I encountered multiple issues (mentioned in #20) but in the end I was able to figure out minimal steps required to get it working on PC with…
-
I installed docker on jetson nano and i want rebuild tensorrt with modify plugin. Im use to docker to build tensorrt and i pull docker FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${OS_VERSION}. My er…
-
### System Info
TGI version latest;single NVIDIA GeForce RTX 3090;
### Information
- [X] Docker
- [ ] The CLI directly
### Tasks
- [X] An officially supported command
- [ ] My own modifications
…
-
what would be the equivalent of this command:
`sudo nvidia-docker run --rm --volume /:/host --workdir /host$PWD tf_colmap bash demo.sh`
in nvidia container toolkit