Skip to content

[Bug] VideoQnA dataprep failing #1478

@ezelanza

Description

@ezelanza

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions