We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab6276 commit c23d7a9Copy full SHA for c23d7a9
example_native_deps/README.md
@@ -1,10 +1,12 @@
1
-### native compilation example
+# Native compilation example
2
+
3
Uses `dockerizePip` to deploy numpy-scipy-sklearn demo.
4
-### test
5
+## Test
6
7
As in other examples, use node version >= 6.
8
-```
9
+```bash
10
cd example_native_deps
11
npm install --prefix . serverless-python-requirements
12
sls deploy --verbose
@@ -13,10 +15,10 @@ sls invoke -f hello --verbose --log
13
15
14
16
...expected result:
17
18
+```json
19
{
- "numpy": "1.13.3",
- "scipy": "1.0.0",
20
- "sklearn": "0.19.1"
+ "numpy": "1.13.3",
21
+ "scipy": "1.0.0",
22
+ "sklearn": "0.19.1"
23
}
24
```
0 commit comments