-
### What problem does this feature solve
现阶段 tiny-cli 全部都是交互式, 不支持 unix / gnu 风格命令行选项。
### What does the proposed API look like
`tiny init --args`
-
### Describe the Bug
I use two Docker with separated GPUs. The GPU Part works so far very good. But the Problem ist Mouse & Keyboard. If i move the Mouse Docker 1 the mouse moves in Docker2 as well…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
Currently `openff.models` [is imported](https://github.com/openforcefield/smirnoff-plugins/b…
-
Go `fs.FS` functions expect a path argument with slashes when referencing within a file system. The problem is, on Windows, `path/filepath` returns OS native paths, resulting `Invalid argument` error …
-
# Feature Request
Hello,
[urfave/cli](https://cli.urfave.org/) (https://github.com/urfave/cli) is a fairly popular go cli toolkit.
It provides the ability to create a hierarchy of commands and …
-
This tracks all the future improvements related to GPU passthrough using NVIDIA CDI introduced with https://github.com/canonical/lxd/pull/13562 :
* Once https://github.com/NVIDIA/nvidia-container-…
-
Hi everyone,
I'm encountering an SSLPeerUnverifiedException when executing the command. Additionally, Charles Proxy isn't capturing any data from the client.
I've tried configuring PROXY_HOST wi…
-
### Describe the bug
When Docker is run in rootless mode, CDI devices are not exposed to the container.
### Steps To Reproduce
Steps to reproduce the behavior:
1. Enable docker rootless and `n…
-
I coded a COBOL program using as a guide the sample program HWTHXCB1 posted here to post messages from our batch z/OS environment to external servers.
I am having a series of issues receiving and …
-
When using PRIME the following command works for offloading zwift onto the nvidia gpu in docker.
```
docker run -d \
-e __NV_PRIME_RENDER_OFFLOAD=1 \
-e __GLX_VENDOR_LIBRARY_NAME=nvidia \
…