Skip to content

Commit

Permalink
Make it more obvious how to reinstall deps (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Feb 12, 2024
1 parent 5981347 commit 2737bc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/entrypoints/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
# here, and it will be executed in all the instances at startup.

echo 'Executing common.sh'

# Reinstall all the dependencies without rebuilding the image
# pip install -r requirements.txt

0 comments on commit 2737bc0

Please sign in to comment.