Skip to content

Commit

Permalink
fixed some missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
faberf committed May 15, 2024
1 parent 321deef commit ee3ad57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_image "tesseract" \
"run-fes --port 8888 --host 0.0.0.0"

# Building clip image
build_image "clip" \
build_image "clip_vit_large_patch14" \
"core:simple_plugin_manager:base_api:fastapi:clip_vit_large_patch14:text_embedding:zero_shot_image_classification:image_embedding" \
"run-fes --port 8888 --host 0.0.0.0"

Expand All @@ -54,7 +54,7 @@ build_image "blip2" \

# Building full image
build_image "full" \
"core:simple_plugin_manager:base_api:fastapi:audio_diarization:blip:conditional_image_captioning:face_embedding:image_captioning:optical_character_recognition:simple_plugin_manager:vit_gpt2:automated_speech_recognition:blip2:detr_resnet101:face_recognition:image_embedding:owl_vit_base_patch32:tesseract:whisper:base_api:clip_vit_large_patch14:easy_ocr:fastapi:object_detection:pyannote:text_embedding:zero_shot_image_classification" \
"core:simple_plugin_manager:base_api:fastapi:audio_diarization:blip:conditional_image_captioning:face_embedding:image_captioning:optical_character_recognition:simple_plugin_manager:vit_gpt2:automated_speech_recognition:blip2:detr_resnet101:face_recognition:image_embedding:owl_vit_base_patch32:tesseract:whisper:base_api:clip_vit_large_patch14:easy_ocr:fastapi:object_detection:pyannote:text_embedding:zero_shot_image_classification:dino_v2_vits14" \
"run-fes --port 8888 --host 0.0.0.0"

# Remove the buildx builder
Expand Down
2 changes: 1 addition & 1 deletion src/core/install_system_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apt-get install -y gcc python3-dev libsndfile1 ffmpeg libsm6 libxext6
apt-get install -y gcc python3-dev libsndfile1 ffmpeg libsm6 libxext6 cmake build-essential

0 comments on commit ee3ad57

Please sign in to comment.