We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cf1a0 commit 9f1de68Copy full SHA for 9f1de68
entrypoint-linux.sh
@@ -31,9 +31,9 @@ fi
31
32
cd $WORKDIR
33
34
-if [ -f requirements.txt ]; then
+if [ -f requirements.txt ] && [ -z "$DISABLE_REQUIREMENTS" ]; then
35
pip install -r requirements.txt
36
-fi # [ -f requirements.txt ]
+fi
37
38
echo "$@"
39
entrypoint-windows.sh
0 commit comments