Skip to content
Snippets Groups Projects
Commit 88a884e4 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

bumped the python version to 3.11 with a local python installation referenced in scripts

parent e2726287
No related branches found
No related tags found
No related merge requests found
Pipeline #101318 waiting for manual action
......@@ -80,7 +80,7 @@ hiopy-levante:
script:
- |
module load git
/sw/spack-levante/python-3.9.9-fwvsvi/bin/python -m venv venv
/home/m/m301120/sw/spack-levante/python-3.11.2-sk474k/bin/python -m venv venv
. venv/bin/activate
ICON_DIR=`pwd -P`/icon
(
......
......@@ -13,7 +13,7 @@ python -m pip install git+https://gitlab.dkrz.de/nils/coyote.git
## Installation with ICON on levante
```bash
/sw/spack-levante/python-3.9.9-fwvsvi/bin/python -m venv ./venv --prompt icon
/home/m/m301120/sw/spack-levante/python-3.11.2-sk474k -m venv ./venv --prompt icon
. ./venv/bin/activate
git clone --recursive git@gitlab.dkrz.de:icon/icon.git icon
pushd icon
......
FROM python:3.9-slim
FROM python:3.11-slim
LABEL maintainer="dreier@dkrz.de"
#Remove some warnings
......
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