Skip to content

Commit 39c12e8

Browse files
authored
chore: image follow up (PyPSA#2042)
* chore: image follow up * update version in pixi.toml
1 parent 212c09b commit 39c12e8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/dev-env/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
FROM ghcr.io/prefix-dev/pixi:0.40.0 AS build
5+
FROM ghcr.io/prefix-dev/pixi:0.63.2 AS build
66

7-
LABEL org.opencontainers.image.source https://github.com/PyPSA/pypsa-eur
7+
LABEL org.opencontainers.image.source=https://github.com/PyPSA/pypsa-eur
88

99
RUN pixi self-update
1010

@@ -16,7 +16,7 @@ WORKDIR /pypsa-eur
1616

1717
COPY pixi.toml pixi.lock ./
1818

19-
RUN pixi install -e default && pixi clean cache
19+
RUN pixi install -e default && pixi clean cache --yes
2020
RUN pixi shell-hook -e default > /shell-hook.sh
2121

2222
# extend the shell-hook script to run the command passed to the container

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Contributors to PyPSA-Eur"]
77
channels = ["conda-forge", "bioconda", "gurobi"]
88
name = "pypsa-eur"
99
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
10-
version = "0.1.0"
10+
version = "2025.07.0"
1111

1212
[tasks]
1313

0 commit comments

Comments
 (0)