Skip to content
Snippets Groups Projects
Commit 549f5d0b authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Fix pyopencl version

parent 07b5664d
No related branches found
No related tags found
1 merge request!51Merge devel (sandbox) branch into public (master) branch
Pipeline #186029 failed
......@@ -251,6 +251,7 @@ COPY --from=main-stage $HYSOP_HOME/hysopenv $HYSOP_HOME/hysopenv
ENV VIRTUAL_ENV=$HYSOP_HOME/hysopenv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN pip install --no-cache-dir setuptools==68.2.2 numpy==1.22.3 # just to be sure ...
RUN pip install --no-cache-dir pocl-binary-distribution
WORKDIR $HYSOP_HOME
RUN rm -rf $HOME/.cache/pip/*
......
......@@ -40,4 +40,5 @@ sphinx_bootstrap_theme
sphinx-rtd-theme
strip-hints
ansicolors
pyopencl
pyopencl==2023.1.2
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