Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
medai
software
mednet
Commits
6632ce2d
Commit
6632ce2d
authored
11 months ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Update CUDA installation instrucctions
parent
65f29eed
No related branches found
No related tags found
1 merge request
!33
Full dev environment based on pixi-only
Pipeline
#86348
passed
11 months ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/install.rst
+9
-5
9 additions, 5 deletions
doc/install.rst
with
9 additions
and
5 deletions
doc/install.rst
+
9
−
5
View file @
6632ce2d
...
...
@@ -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 deploymen
t an
d development environment for the checkout
:
Checkout the repository
, and then use pixi_ to setup a version of this
package tha
t
c
an
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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment