Skip to content
Snippets Groups Projects
Commit dff1b8cf authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc] Add a note about direnv usage

parent fb218b8d
No related branches found
No related tags found
1 merge request!31Experiment and model upload to GitLab via MLflow interface
Pipeline #86691 passed
......@@ -49,6 +49,17 @@ Choose the relevant tab for details on each of those installation paths.
with sources is used. If you'd like to update the lock-file to the
latest set of compatible dependencies, remove that option.
If you use `direnv to setup your pixi environment
<https://pixi.sh/latest/features/environment/#using-pixi-with-direnv>`_
when you enter the directory containing this package, you can use a
``.envrc`` file similar to this:
.. code:: sh
watch_file pixi.lock
export PIXI_FROZEN="true"
eval "$(pixi shell-hook)"
.. tab:: CUDA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment