Skip to content

Commit 0b9f127

Browse files
pklausalexellis
authored andcommitted
fix: python3-debian graduated from incubator
see openfaas/templates@b0b4dcd Signed-off-by: Philipp Klaus <klaus@physik.uni-frankfurt.de>
1 parent 618dddd commit 0b9f127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cli/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The primary Python template uses Alpine Linux as a runtime environment due to it
270270
If you need to use pip modules that require compilation then you should try the python3-debian template then add your pip modules to the `requirements.txt` file.
271271

272272
```
273-
$ faas-cli template pull https://github.com/openfaas-incubator/python3-debian
273+
$ faas-cli template pull
274274
$ faas-cli new numpy-function --lang python3-debian
275275
$ echo "numpy" > ./numpy-function/requirements.txt
276276
$ faas-cli build -f ./numpy-function.yml

0 commit comments

Comments
 (0)