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

[doc] Update CUDA installation instrucctions

parent 65f29eed
No related branches found
No related tags found
1 merge request!33Full dev environment based on pixi-only
Pipeline #86348 passed
......@@ -52,18 +52,22 @@ Choose the relevant tab for details on each of those installation paths.
.. tab:: CUDA
Checkout the repository on a **CUDA-enabled machine**, then use pixi_ to
create a mixed deployment and development environment for the checkout:
Checkout the repository, and then use pixi_ to setup a version of this
package that can run on a CUDA-enabled machine:
.. code:: sh
git clone git@gitlab.idiap.ch:biosignal/software/mednet
rm -rf .pixi pixi.lock # clean-up any previous CPU-only install
ln -s helpers/cuda/pixi.toml .
ln -s helpers/cuda/pixi.lock .
cd helpers/cuda
pixi install --frozen
pixi run mednet info
.. tip::
The ``--frozen`` flag will ensure that the latest lock-file available
with sources is used. If you'd like to update the lock-file to the
latest set of compatible dependencies, remove that option.
.. _mednet.setup:
......
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