You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ Templates available in this repository:
16
16
Notes:
17
17
- To build and deploy a function for an ARM computer, you'll need to use `faas-cli publish --platforms`
18
18
19
+
## SSH authentication for private Git repositories and Pip modules
20
+
21
+
If you need to install Pip modules from private Git repositories, we provide an alternative set of templates for OpenFaaS Pro customers:
22
+
23
+
*[OpenFaaS Pro templates for Python](https://github.com/openfaas/pro-templates)
24
+
19
25
## Picking your template
20
26
21
27
The templates named `python*-flask*` are designed as a drop-in replacement for the classic `python3` template, but using the more efficient of-watchdog. The move to use flask as an underlying framework allows for greater control over the HTTP request and response.
0 commit comments