Skip to content
Snippets Groups Projects
Commit b24c909a authored by Luca Morandini's avatar Luca Morandini
Browse files

- Added note on the use of Pandas 2.2.x

parent dafaa11d
Branches
No related tags found
No related merge requests found
......@@ -335,3 +335,5 @@ cython_debug/
/installation/config.grp13
/installation/config.grp51
/installation/config.grp54
/fission/functions/pandastest/
/fission/functions/pandastest.zip
......@@ -229,6 +229,16 @@ Let's start by creating the specs for the Python and Node.js environments:
)
```
NOTE: by default Fission uses Python 3.7, but if you plan to use Pandas 2.2.x you have to use Python 3.9,
using the following command instead:
```shell
(
cd fission
fission env create --name python --builder fission/python-builder-3.9 --image fission/python-env-3.9
fission env create --spec --name nodejs --image fission/node-env --builder fission/node-builder
)
```
Let's create the specification file for a function:
```shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment