Skip to content
Snippets Groups Projects
Commit 6a5819ee authored by Alexander Pace's avatar Alexander Pace
Browse files

remove intel script from python27 image entrypoint

parent bad2fd6a
No related branches found
No related tags found
No related merge requests found
Pipeline #128841 failed
......@@ -6,7 +6,7 @@ FROM containers.ligo.org/alexander.pace/gstlal-dev/gstlal-dev:el7
# Labeling/packaging stuff:
LABEL name="GstLAL Runtime Package, EL7" \
maintainer="Alexander Pace <alexander.pace@ligo.org>" \
date="2019-10-16" \
date="2020-05-22" \
support="Reference Platform, EL7"
USER root
......@@ -34,8 +34,5 @@ ENV MKL_THREADING_LAYER SEQUENTIAL
ENV GSTLAL_FIR_WHITEN 0
ENV TMPDIR /tmp
ENTRYPOINT source /opt/intel/bin/compilervars.sh intel64 && \
#source /opt/rh/devtoolset-7/enable && \
bash
ENTRYPOINT bash
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