You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 directorypython: 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 directoryubuntu@ip-172-31-18-253:~/GenAIExamples/VideoQnA/docker_compose/intel/cpu/xeon$ docker psCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMESbc9c17762075 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
The text was updated successfully, but these errors were encountered:
Priority
P1-Stopper
OS type
Ubuntu
Hardware type
Xeon-SPR
Installation method
Deploy method
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
andopea/lvm-video-llama:latest
had to have USER root on the Dockerfile), when running:The data prep container failed
As a comment, pulling the containers from the docker-compose also fails
Raw log
Attachments
No response
The text was updated successfully, but these errors were encountered: