Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit c63219f

Browse files
committed
Add command to read from .env.sh
1 parent 71badd3 commit c63219f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/user/creating-models.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ To illustrate how to write models on Rafiki, we have written the following:
7272
- Sample pre-processing logic to convert common dataset formats to Rafiki's own dataset formats in `./examples/datasets/ <https://github.com/nginyc/rafiki/tree/master/examples/datasets/>`_
7373
- Sample models in `./examples/models/ <https://github.com/nginyc/rafiki/tree/master/examples/models/>`_
7474

75-
To start testing your model, first install the Python dependencies at ``rafiki/model/requirements.txt``:
75+
To start testing your model, first run the following:
7676

7777
.. code-block:: shell
7878
7979
pip install -r rafiki/model/requirements.txt
80+
source .env.sh
8081
8182
8283
Example: Testing Models for ``IMAGE_CLASSIFICATION``

0 commit comments

Comments
 (0)