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

[pixi-cuda.toml] Add header with usage instructions

parent 4bfe996a
No related branches found
No related tags found
No related merge requests found
Pipeline #85794 passed
# 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"]
......
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