-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Description
When testing the Using Docker (optional), when executing the Generate embeddings command, the following error:
command:
docker run \
--rm \
-v $(pwd)/.env:/app/.env \
-v $(pwd)/config:/app/config \
-v $(pwd)/data:/app/data \
-v $(pwd)/cache:/app/cache \
llama-index-vector-search-javascript \
npm run generate
Repro steps
- Create a new Codespace or DevContainers.
- Run
azd auth login. - Run
azd env new. - Run
azd provision,azd package,azd deploy. - Run
docker build -t llama-index-vector-search-javascript .. - Run
docker run \
--rm \
-v $(pwd)/.env:/app/.env \
-v $(pwd)/config:/app/config \
-v $(pwd)/data:/app/data \
-v $(pwd)/cache:/app/cache \
llama-index-vector-search-javascript \
npm run generate
Environment
- Azd version: azd version 1.11.0 (commit 5b92e0687e1fa96dfc8292f4b900c0c58610b6a5)
- OS: Codespaces and DevContainter.
Expected behavior
Run the command successfully.
@manekinekko and @hemarina for notification.
Metadata
Metadata
Assignees
Labels
No labels
