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

Test fix 6.7

make entrypoint.sh executable
parent 5541048a
No related branches found
No related tags found
1 merge request!306OneAPI Integration Testing
...@@ -319,6 +319,8 @@ ARG AFTERBURNER_VERSION=main ...@@ -319,6 +319,8 @@ ARG AFTERBURNER_VERSION=main
RUN echo "" >> /etc/jug_info \ RUN echo "" >> /etc/jug_info \
&& echo " - jug_dev: ${JUG_VERSION}" >> /etc/jug_info && echo " - jug_dev: ${JUG_VERSION}" >> /etc/jug_info
## make entrypoint executable
RUN chmod +x /usr/local/sbin/entrypoint.sh
## make sure we have the entrypoints setup correctly ## make sure we have the entrypoints setup correctly
ENTRYPOINT ["/usr/local/sbin/entrypoint.sh"] ENTRYPOINT ["/usr/local/sbin/entrypoint.sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment