Skip to content

Commit

Permalink
Merge pull request #48 from QCDIS/bump_naavre_version
Browse files Browse the repository at this point in the history
Bump naavre version
  • Loading branch information
gpelouze authored Jan 27, 2025
2 parents 61d23fa + 2cf163c commit 7504463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
flavor_name: ${{ matrix.flavor_name }}
image_repo: 'ghcr.io/qcdis/naavre'
image_version: ${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
naavre_version: 'v2.5.0'
naavre_version: 'v2.6.0'
build_jupyter: ${{ matrix.build_jupyter }}
free_disk_space: ${{ matrix.free_disk_space }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion flavors/lter-life-wadden/naavre-cell-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN micromamba install -y -n base -c conda-forge git
ARG MAMBA_DOCKERFILE_ACTIVATE=1

RUN \
git clone --depth 1 https://github.com/acolite/acolite.git && \
git clone --depth 1 --branch 20250114.0 https://github.com/acolite/acolite.git && \
# Acolite doesn't run on Python 3.12 yet
sed -i 's/- python=3$/- python<=3.11/' acolite/environment.yml && \
micromamba install -y -n venv -f ./acolite/environment.yml && \
Expand Down

0 comments on commit 7504463

Please sign in to comment.