Skip to content
Snippets Groups Projects
Verified Commit c374b108 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(pipeline) Modif pipeline4

parent 587d0ec5
No related branches found
No related tags found
No related merge requests found
Pipeline #52695 failed
default:
image: rboman/waves-py3:2023.0
image: rboman/waves-py3:latest
before_script:
- source /opt/intel/oneapi/mkl/latest/env/vars.sh
- source /opt/intel/oneapi/tbb/latest/env/vars.sh
- echo $(nproc)
- printenv | sort
- apt-get update && apt-get install -y python3-pip
- pip install scipy==1.15.1 vtk==9.3.0 matplotlib==3.10.0 numpy==2.2.3 # Install the specified packages
- pip list # Print the list of installed packages and their versions
- apt-get install python3-scipy==1.15
.global_tag: &global_tag_def
tags:
......
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