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: docs/deployments/onnx.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ class ONNXPredictor:
122
122
123
123
## Pre-installed packages
124
124
125
-
The following packages have been pre-installed and can be used in your implementations:
125
+
The following Python packages have been pre-installed and can be used in your implementations:
126
126
127
127
```text
128
128
boto3==1.10.45
@@ -134,4 +134,7 @@ pyyaml==5.3
134
134
requests==2.22.0
135
135
```
136
136
137
-
Learn how to install additional packages [here](../dependency-management/python-packages.md).
137
+
<!-- CORTEX_VERSION_MINOR x2 -->
138
+
The pre-installed system packages are listed in the [onnx-serve Dockerfile](https://github.com/cortexlabs/cortex/tree/master/images/onnx-serve/Dockerfile) (for CPU) or the [onnx-serve-gpu Dockerfile](https://github.com/cortexlabs/cortex/tree/master/images/onnx-serve-gpu/Dockerfile) (for GPU).
139
+
140
+
If your application requires additional dependencies, you can [install additional Python packages](../dependency-management/python-packages.md) or [install additional system packages](../dependency-management/system-packages.md).
Copy file name to clipboardExpand all lines: docs/deployments/python.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ class PythonPredictor:
141
141
142
142
## Pre-installed packages
143
143
144
-
The following packages have been pre-installed and can be used in your implementations:
144
+
The following Python packages have been pre-installed and can be used in your implementations:
145
145
146
146
```text
147
147
boto3==1.10.45
@@ -172,4 +172,7 @@ torchvision==0.5.0
172
172
xgboost==0.90
173
173
```
174
174
175
-
Learn how to install additional packages [here](../dependency-management/python-packages.md).
175
+
<!-- CORTEX_VERSION_MINOR x2 -->
176
+
The pre-installed system packages are listed in the [python-serve Dockerfile](https://github.com/cortexlabs/cortex/tree/master/images/python-serve/Dockerfile) (for CPU) or the [python-serve-gpu Dockerfile](https://github.com/cortexlabs/cortex/tree/master/images/python-serve-gpu/Dockerfile) (for GPU).
177
+
178
+
If your application requires additional dependencies, you can [install additional Python packages](../dependency-management/python-packages.md) or [install additional system packages](../dependency-management/system-packages.md).
Copy file name to clipboardExpand all lines: docs/deployments/tensorflow.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ class TensorFlowPredictor:
114
114
115
115
## Pre-installed packages
116
116
117
-
The following packages have been pre-installed and can be used in your implementations:
117
+
The following Python packages have been pre-installed and can be used in your implementations:
118
118
119
119
```text
120
120
boto3==1.10.45
@@ -129,4 +129,7 @@ tensorflow-hub==0.7.0
129
129
tensorflow==2.1.0
130
130
```
131
131
132
-
Learn how to install additional packages [here](../dependency-management/python-packages.md).
132
+
<!-- CORTEX_VERSION_MINOR -->
133
+
The pre-installed system packages are listed in the [tf-api Dockerfile](https://github.com/cortexlabs/cortex/tree/master/images/tf-api/Dockerfile).
134
+
135
+
If your application requires additional dependencies, you can [install additional Python packages](../dependency-management/python-packages.md) or [install additional system packages](../dependency-management/system-packages.md).
0 commit comments