Skip to content

Commit 3ad3903

Browse files
committed
Update predictors.md
1 parent c0f3d4b commit 3ad3903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployments/predictors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Which Predictor you use depends on how your model is exported:
1212

1313
## Project files
1414

15-
Cortex makes all files in the project directory (i.e. the directory which contains `cortex.yaml`) available for use in your Predictor implementations. Python bytecode files (`*.pyc`, `*.pyo`, `*.pyd`), files or folders that start with `.`, and the api configuration file (e.g. `cortex.yaml`) are excluded. You may also add a `.cortexignore` file at the root of the project directory, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore).
15+
Cortex makes all files in the project directory (i.e. the directory which contains `cortex.yaml`) available for use in your Predictor implementation. Python bytecode files (`*.pyc`, `*.pyo`, `*.pyd`), files or folders that start with `.`, and the api configuration file (e.g. `cortex.yaml`) are excluded. You may also add a `.cortexignore` file at the root of the project directory, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore).
1616

17-
The contents of the project directory are available in the API containers. For example, if this is your project directory:
17+
For example, if this is your project directory:
1818

1919
```text
2020
./iris-classifier/

0 commit comments

Comments
 (0)