Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] VideoQnA dataprep failing #1478

Open
2 of 8 tasks
ezelanza opened this issue Jan 28, 2025 · 0 comments
Open
2 of 8 tasks

[Bug] VideoQnA dataprep failing #1478

ezelanza opened this issue Jan 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ezelanza
Copy link

Priority

P1-Stopper

OS type

Ubuntu

Hardware type

Xeon-SPR

Installation method

  • Pull docker images from hub.docker.com
  • Build docker images from source
  • Other

Deploy method

  • Docker
  • Docker Compose
  • Kubernetes Helm Charts
  • Kubernetes GMC
  • Other

Running nodes

Single Node

What's the version?

1

Description

Building images for VideoQnA GenAIComps FAILS

Reproduce steps

After building all the containers (opea/embedding-multimodal-clip:latest and opea/lvm-video-llama:latest had to have USER root on the Dockerfile), when running:

docker compose up vdms-vector-db dataprep -d

The data prep container failed

docker logs 8b3b75d4bd52python: can't open file '/home/user/comps/dataprep/src/ingest_videos.py': [Errno 2] No such file or directory

As a comment, pulling the containers from the docker-compose also fails

Raw log

ubuntu@ip-172-31-18-253:~/GenAIExamples/VideoQnA/docker_compose/intel/cpu/xeon$ docker compose up vdms-vector-db dataprep -d
WARN[0000] The "LOGFLAG" variable is not set. Defaulting to a blank string. 
WARN[0000] The "CHUNK_DURATION" variable is not set. Defaulting to a blank string. 
[+] Running 2/0
 ✔ Container vdms-vector-db        Running                                                                                                                                                                                         0.0s 
 ✔ Container dataprep-vdms-server  Running                                                                                                                                                                                         0.0s 
ubuntu@ip-172-31-18-253:~/GenAIExamples/VideoQnA/docker_compose/intel/cpu/xeon$ docker ps
CONTAINER ID   IMAGE                   COMMAND                  CREATED          STATUS                    PORTS                                           NAMES
8b3b75d4bd52   opea/dataprep:latest    "sh -c 'sleep 15 && …"   11 minutes ago   Up 12 seconds             0.0.0.0:6007->5000/tcp, [::]:6007->5000/tcp     dataprep-vdms-server
bc9c17762075   intellabs/vdms:v2.8.0   "/start.sh"              11 minutes ago   Up 11 minutes (healthy)   0.0.0.0:8001->55555/tcp, [::]:8001->55555/tcp   vdms-vector-db
ubuntu@ip-172-31-18-253:~/GenAIExamples/VideoQnA/docker_compose/intel/cpu/xeon$ docker logs 8b3b75d4bd52
python: can't open file '/home/user/comps/dataprep/src/ingest_videos.py': [Errno 2] No such file or directory
python: can't open file '/home/user/comps/dataprep/src/ingest_videos.py': [Errno 2] No such file or directory
python: can't open file '/home/user/comps/dataprep/src/ingest_videos.py': [Errno 2] No such file or directory
ubuntu@ip-172-31-18-253:~/GenAIExamples/VideoQnA/docker_compose/intel/cpu/xeon$ docker ps
CONTAINER ID   IMAGE                   COMMAND       CREATED          STATUS                    PORTS                                           NAMES
bc9c17762075   intellabs/vdms:v2.8.0   "/start.sh"   11 minutes ago   Up 11 minutes (healthy)   0.0.0.0:8001->55555/tcp, [::]:8001->55555/tcp   vdms-vector-db

Attachments

No response

@ezelanza ezelanza added the bug Something isn't working label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant