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
c87c4276
Commit
c87c4276
authored
11 months ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[pixi-cuda.toml] Add header with usage instructions
parent
4bfe996a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#85794
passed
11 months ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pixi-cuda.toml
+28
-0
28 additions, 0 deletions
pixi-cuda.toml
with
28 additions
and
0 deletions
pixi-cuda.toml
+
28
−
0
View file @
c87c4276
# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
# INTRODUCTION
# ------------
#
# This pixi manifest file contains an example to create a CUDA-enabled version
# of the mednet environment. It loosely follows the recipe in the pixi
# documentation: https://pixi.sh/latest/advanced/channel_priority/#use-case-pytorch-and-nvidia-with-conda-forge
#
# USAGE INSTRUCTIONS
# ------------------
#
# To use this file, first link it to `pixi.toml`, and re-run `pixi install`.
# Having a file named `pixi.toml` on the current directory has precedence over
# `pyproject.toml`:
#
# $ ln -s pixi-cuda.toml pixi.toml
# $ rm -rf .pixi pixi.lock # clean-up
# $ pixi install # this will install all support libraries
# $ pixi run build # this may fail, see next
#
# If `pixi run build` does not work (in the case you are building on a machine
# w/o CUDA support), then do the following:
#
# $ uv pip install --no-build-isolation --no-deps --editable ../mednet
[project]
name
=
"mednet"
channels
=
[
"nvidia"
,
"conda-forge"
,
"pytorch"
]
...
...
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