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
+3
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The `witness` HTTP server is used along with Flask for all templates.
33
33
Are you referencing pip modules which require a native build toolchain? It's advisable to use the template with a `-debian` suffix in this case. The Debian images are larger, however they are usually more efficient for use with modules like `numpy` and `pandas`.
34
34
35
35
## Python Versioning
36
+
36
37
We try to keep the default Python 3 version up-to-date, however, you can specify a specific python version using the `PYTHON_VERSION` build argument.
37
38
38
39
The current stable version of Python is 3.12, you might want to test the next pre-release using:
@@ -64,6 +65,8 @@ This can also be set using the `--build-arg` flag.
64
65
faas-cli build --build-arg PYTHON_VERSION=3.12
65
66
```
66
67
68
+
For the `-debian` templates, the `DEBIAN_OS` build_args is also available to specify the Debian version. The default is currently `bookworm`.
0 commit comments