-
Currently, the secret/environ is loaded using bare statements:
```dockerfile
RUN --mount=type=secret,id=DOMAIN --mount=type=secret,id=REPO export DOMAIN="$(cat /run/secrets/DOMAIN)" export REPO="$…
-
**Describe the bug**
I start a service
```python
f = Flow(port=22456, host_in='127.0.0.1', host='127.0.0.1').add(uses=xxxx)
with f:
f.block()
```
And i use `neetstat -ant`
![im…
-
-
**Describe the bug**
`CUDA_VISIBLE_DEVICES: "RR1,3,5,7"` works, but
`CUDA_VISIBLE_DEVICES: "RRGPU-0aaaaaaa-74d2-7297-d557-12771b6a79d5,GPU-0bbbbbbb-74d2-7297-d557-12771b6a79d5,GPU-0ccccccc-74d2-…
-
**Describe the bug**
Hi there i have a flow like clip-as-service as below
```python
class Inference(Executor):
def _preproc_texts(self, docs: 'DocumentArray'):
with self.monitor(
…
-
**Describe the bug**
When I use same account to push executor, sometimes it will triggle IdentifierNamespaceOccupiedError.
But I create executor in same account
```
Run jina hub push ImageOper…
-
Hi, I'm using the Docker image ```clip-server:master``` on CUDA GPU, and when I'm trying to execute the basic example :
```
from clip_client import Client
c = Client('grpc://0.0.0.0:51000')
r = …
-
# 【PaddlePaddle Hackathon 4】生态伙伴开源贡献任务合集
(此 ISSUE 为 PaddlePaddle Hackathon 第四期活动的任务 ISSUE,更多详见 [【PaddlePaddle Hackathon 第四期】任务总览](https://github.com/PaddlePaddle/Paddle/issues/50629))
注:开发请参考 [贡…
-
**Describe the bug**
An exception is raised by the OpenTelemetry `propagate/__init__.py` with standard `jina` install in google colab.
Error as reported in slack thread.
```
Failed to load con…
-
It looks as if various prerequisites are not satisfied in the latest build. I deleted the old docker I was running a couple of months back and deleted the .cache directory to make sure I didn't have a…