Skip to content
Snippets Groups Projects
Commit 4b2f4869 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

Install xarray in el8 docker

parent 6a6ca2a7
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ python3.11 -m venv /opt/python311/venv ...@@ -32,6 +32,7 @@ python3.11 -m venv /opt/python311/venv
/opt/python311/venv/bin/pip install 'matplotlib<=3.6.3' /opt/python311/venv/bin/pip install 'matplotlib<=3.6.3'
# wslink will bring aiohttp>=3.7.4 # wslink will bring aiohttp>=3.7.4
/opt/python311/venv/bin/pip install 'wslink>=1.0.4' /opt/python311/venv/bin/pip install 'wslink>=1.0.4'
/opt/python311/venv/bin/pip install xarray cftime netcdf4
# Upgrade libarchive (for CMake) # Upgrade libarchive (for CMake)
dnf upgrade -y --setopt=install_weak_deps=False \ dnf upgrade -y --setopt=install_weak_deps=False \
......
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