Skip to content

Commit a6fc9a9

Browse files
deliahuvishalbollu
authored andcommitted
Add Cython to Python predictor image
(cherry picked from commit 4a463ca)
1 parent 399652e commit a6fc9a9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/deployments/python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ The following Python packages have been pre-installed and can be used in your im
144144
```text
145145
boto3==1.10.45
146146
cloudpickle==1.3.0
147+
Cython==0.29.15
147148
dill==0.3.1.1
148149
joblib==0.14.1
149150
Keras==2.3.1

pkg/workloads/cortex/serve/python-cpu.requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tensorflow-cpu==2.1.0
22

33
cloudpickle==1.3.0
4+
Cython==0.29.15
45
joblib==0.14.1
56
Keras==2.3.1
67
nltk==3.4.5

pkg/workloads/cortex/serve/python-gpu.requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tensorflow-gpu==2.1.0
22

33
cloudpickle==1.3.0
4+
Cython==0.29.15
45
joblib==0.14.1
56
Keras==2.3.1
67
nltk==3.4.5

0 commit comments

Comments
 (0)