Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Dependency Version Conflict - Docker Basic RAG Pipeline

Open
#282 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
docker, python
Domain
ai, devops

Research direction

Start by reproducing the Docker build failure for the Basic RAG Pipeline using the shown Python command and the Snowflake embedding model. Inspect the pipeline's dependency configuration and Docker setup to identify the version conflict; done means the image builds successfully and the model is saved without the internal server error.

Written by the indexing model from the issue text.

Description

failed to solve: process "/bin/sh -c python3.10 -c "from sentence_transformers import SentenceTransformer; model = SentenceTransformer('Snowflake/snowflake-arctic-embed-l'); model.save('/tmp-data')"" did not complete successfully: exit code: 1

Ubuntu 24.04

Tried to fix the issue, but:
I am just getting an Internal Server Error
Image

docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Status}}"
CONTAINER ID NAMES STATUS
a1beb4f8317f milvus-standalone Up About a minute
b7f5f862c7bd rag-playground Up About a minute
01ae46a9498a milvus-minio Up About a minute (healthy)
dd6e751355b5 chain-server Up About a minute
3f309a0e3b43 milvus-etcd Up About a minute (healthy)

Image

Dominant language
Jupyter Notebook
Stars
4.2k
Forks
1.1k
Avg merge
10h 15m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NVIDIA/GenerativeAIExamples

All issues in NVIDIA/GenerativeAIExamples

Similar issues

More AI Infra & Agents issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.