Skip to content

Commit

Permalink
doc: locking for platform (#4858)
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming authored Jul 12, 2024
1 parent 755895b commit bc9cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/build-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Python packages

You specify the required Python packages for a given Bento using the ``python.packages`` field. BentoML allows you to specify the
desired version and install a package from a custom PyPI source or from a GitHub repository. If a package lacks a specific version,
BentoML will lock the versions of all Python packages in the current environment when building a Bento.
BentoML will lock the versions of all Python packages for the current platform and Python when building a Bento.

.. code-block:: yaml
Expand Down

0 comments on commit bc9cca9

Please sign in to comment.