Skip to content

Commit 2737bc0

Browse files
authored
Make it more obvious how to reinstall deps (#197)
1 parent 5981347 commit 2737bc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dockerfiles/entrypoints/common.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
# here, and it will be executed in all the instances at startup.
88

99
echo 'Executing common.sh'
10+
11+
# Reinstall all the dependencies without rebuilding the image
12+
# pip install -r requirements.txt

0 commit comments

Comments
 (0)