Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
comp90024
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mu Lu
comp90024
Commits
b24c909a
Commit
b24c909a
authored
1 year ago
by
Luca Morandini
Browse files
Options
Downloads
Patches
Plain Diff
- Added note on the use of Pandas 2.2.x
parent
dafaa11d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
fission/README.md
+10
-0
10 additions, 0 deletions
fission/README.md
with
12 additions
and
0 deletions
.gitignore
+
2
−
0
View file @
b24c909a
...
...
@@ -335,3 +335,5 @@ cython_debug/
/installation/config.grp13
/installation/config.grp51
/installation/config.grp54
/fission/functions/pandastest/
/fission/functions/pandastest.zip
This diff is collapsed.
Click to expand it.
fission/README.md
+
10
−
0
View file @
b24c909a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment