Skip to content
Snippets Groups Projects
Commit a98d656a authored by Ujwal Kundur's avatar Ujwal Kundur
Browse files

Test fix 6.5

Source setvars.sh in a fail-safe way.
parent ac306de8
No related branches found
No related tags found
1 merge request!306OneAPI Integration Testing
......@@ -319,6 +319,9 @@ ARG AFTERBURNER_VERSION=main
RUN echo "" >> /etc/jug_info \
&& echo " - jug_dev: ${JUG_VERSION}" >> /etc/jug_info
## set up oneapi environment
RUN source /opt/intel/oneapi/setvars.sh --force 2> /dev/null
## make sure we have the entrypoints setup correctly
ENTRYPOINT ["/usr/local/sbin/entrypoint.sh"]
CMD ["bash", "--rcfile", "/etc/profile", "-l"]
......
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