-
Hi
When running VinDr Lab with docker, i get this error: "502 Bad Gateway nginx/1.25.1" when trying to access http://localhost:8080/auth
Log from vinlab-nginx:
> /docker-entrypoint.sh: /dock…
-
Thread 26 (Thread 0x7fa51effd700 (LWP 6893)):
#0 futex_abstimed_wait_cancelable (private=, abstime=0x7fa51effb6a0, clockid=, expected=0, futex_word=0x7fa524001048) at ../sysdeps/nptl/futex-interna…
-
```python
import dask
import cupy as cp
import dask_cuda
import distributed
from cuml.dask.decomposition import PCA
cluster = dask_cuda.LocalCUDACluster()
client = distributed.Client(cluster)
…
-
Please tell us the third-party c/c++ packages you need. We will try to add it to the official repository first.
Of course, we also hope that everyone can help to contribute some packages to the re…
-
**Describe the bug**
I am running into an issue with using ridge regressor in the cuml library. When using the solver = 'cd', an error appeared that said the following:
"no algorithm with this id has …
-
## Description
`wholegraph` nightly conda-cpp-tests `(amd64, rockylinux8, CUDA 11.4)` have been failing with errors like this:
```text
./WHOLEGRAPH_CSR_WEIGHTED_SAMPLE_WITHOUT_REPLACEMENT_TEST: symb…
-
#### Overview of the Issue
Consul does not understand a windows path correctly when it ends with a `\` as is common for folders. `For example using consul.exe agent -config-dir "C:\Program Files\Co…
-
In regular non-swarm mode I can start and use a container with a glusterfs volume using this plugin. However in swarm/service mode, the container always fails to start. Having created a volume called …
-
我想尝试用brpc来访问etcd的kv服务,实现了一个put key value的功能,demo代码如下,功能是正常的,但是我想用brpc实现watch功能,就出现问题了。
```
void PutKeyValue(brpc::Channel& channel) {
brpc::Controller cntl;
brpc::URI& uri = cntl.http_request(…
-
Jira Link: [DB-8187](https://yugabyte.atlassian.net/browse/DB-8187)
### Description
Rare failures are happening for the TSAN build for SnapshotTxnTest.TruncateDuringShutdown, [source](https://detect…