We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14dc2fd commit 14e48cdCopy full SHA for 14e48cd
1 file changed
docs/cli/templates.md
@@ -273,7 +273,7 @@ If you need to use pip modules that require compilation then you should try the
273
$ faas-cli template pull https://github.com/openfaas-incubator/python3-debian
274
$ faas-cli new numpy-function --lang python3-debian
275
$ echo "numpy" > ./numpy-function/requirements.txt
276
-$ faas-build -f ./numpy-function.yml
+$ faas-cli build -f ./numpy-function.yml
277
...
278
279
Step 11/17 : RUN pip install -r requirements.txt
0 commit comments