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

[dockerfile] Install pip and properly configure pixi

parent c6616d21
No related branches found
No related tags found
1 merge request!37Add dockerfile
Pipeline #86755 canceled
FROM ghcr.io/prefix-dev/pixi:latest AS build
COPY config.toml /root/.config/pixi/config.toml
COPY pyproject.toml pixi.lock /app/
WORKDIR /app
RUN pixi install --frozen -e cuda-base
......
......@@ -174,6 +174,7 @@ cuda = "12.1"
[tool.pixi.feature.cuda.target.linux-64.dependencies]
#cuda = { version = "*", channel = "nvidia" }
pytorch-cuda = { version = "12.1.*", channel = "pytorch" }
pip = "*" # required for docker image building
[tool.pixi.environments]
default = { features = ["qa", "build", "doc", "test", "dev", "py312", "self"] }
......
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