Skip to content

Commit

Permalink
Startup image_captioning service
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Dec 9, 2023
1 parent c50f3dd commit f30bda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend-gpu/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ python image_similarity/main.py 2>&1 | tee /logs/image_similarity.log &
python service/thumbnail/main.py 2>&1 | tee /logs/thumbnail.log &
python service/face_recognition/main.py 2>&1 | tee /logs/face_recognition.log &
python service/clip_embeddings/main.py 2>&1 | tee /logs/clip_embeddings.log &
python service/image_captioning/main.py 2>&1 | tee /logs/image_captioning.log &
python manage.py clear_cache
python manage.py build_similarity_index 2>&1 | tee /logs/command_build_similarity_index.log

Expand Down
1 change: 1 addition & 0 deletions backend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ python image_similarity/main.py 2>&1 | tee /logs/image_similarity.log &
python service/thumbnail/main.py 2>&1 | tee /logs/thumbnail.log &
python service/face_recognition/main.py 2>&1 | tee /logs/face_recognition.log &
python service/clip_embeddings/main.py 2>&1 | tee /logs/clip_embeddings.log &
python service/image_captioning/main.py 2>&1 | tee /logs/image_captioning.log &
python manage.py clear_cache
python manage.py build_similarity_index 2>&1 | tee /logs/command_build_similarity_index.log

Expand Down

0 comments on commit f30bda3

Please sign in to comment.