-
Currently, `sudo nerdctl rm ` shows rootless containers, but this should show rootful containers.
-
in several places of the editor, we may need to look for object in the libraries.
For example when creating an attribute, then we wan to set the type for it (Boolean, String ...)
the `Typed by` …
-
### Expected behavior
source .bashrc doesn't work without errors.
### Current behavior
Currently when I do source .bashrc it gives me the following error,
`bash: /tmp/alias_completion-23769qilp1o:…
-
**Describe the bug**
I'm trying to run letta in docker connected to an ollama service running on the same host. I'm using an .env file with the following vars:
LETTA_LLM_ENDPOINT=http://192.168.xx.x…
-
#1776 introduces a new way to include and load external libraries.
This issues will keep track of the process of moving existing external libraries into the vendor folder.
The following candidates a…
-
## docker 자동완성 기능 사용하기
mac 기준 팁(windows는 설치만 하면 기능 적용돼있음)
docker 입문 시기에는 container 이름 등을 써야될때가 많은데, 매번 확인하기도, 따라치기도 힘듭니다.
아래 과정을 거치면 docker exec -it 까지 입력하고 탭 누르면 자동으로 나머지 글자가 완성됩니다.(혹은 후보군을 보여…
-
### Self-Hosted Version
24.2.0
### CPU Architecture
amd64
### Docker Version
20.10.16
### Docker Compose Version
2.6.0
### Steps to Reproduce
Im trying to configure SSO auth with Keycloak (SA…
-
### System Info
```bash
gpu=0
num_gpus=1
model=meta-llama/Meta-Llama-3.1-8B-Instruct
docker run -d \
--gpus "\"device=$gpu\"" \
--shm-size 16g \
-e HUGGING_FACE_HUB_TOKEN=$token \
-p 8082:80 …
-
### 🥰 Feature Description
Openrouter activity可以统计请求来自哪个app, 需要在header加上x-title,
希望可以支持如增加环境变量 OPENROUTER_APPNAME, 当启动container时设置OPENROUTER_APPNAME=nextchat 这样的就可以在发送请求前header构造时增加类似的代码:
```
if(…
-
### Your current environment
The output of `python collect_env.py`
```sh
docker run --runtime nvidia --gpus all \
-v ~/.cache/huggingface:/root/.cache/huggingface \
--ipc=host -p 80…