We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5981347 commit 2737bc0Copy full SHA for 2737bc0
dockerfiles/entrypoints/common.sh
@@ -7,3 +7,6 @@
7
# here, and it will be executed in all the instances at startup.
8
9
echo 'Executing common.sh'
10
+
11
+# Reinstall all the dependencies without rebuilding the image
12
+# pip install -r requirements.txt
0 commit comments