Skip to content

Commit

Permalink
fix pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkyang-nvi committed Jul 7, 2023
1 parent 61ba738 commit 8a33bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,13 +706,13 @@ If this variable is not exported and similar packages are installed outside your
conda environment, your tar file may not contain all the dependencies required
for an isolated Python environment.

Alternatively, Python backend also supports unpacked conda execution
environments, given it points to an activation script to setup the conda
Alternatively, Python backend also supports unpacked conda execution
environments, given it points to an activation script to setup the conda
environment. Usually the conda activation script is located in:
````$path_to_conda_pack/lib/python3.7/site-packages/conda_pack/scripts/posix/activate```
This speeds up the server loading time for models.

After creating the tar file from the conda environment or creating a conda
After creating the packed file from the conda environment or creating a conda
environment with a custom activation script, you need to tell Python
backend to use that environment for your model. You can do this by adding the
lines below to the `config.pbtxt` file:
Expand Down

0 comments on commit 8a33bcb

Please sign in to comment.