From 6a5819ee82920aa7b51f0577e2fa83e6d8770194 Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Fri, 22 May 2020 11:34:57 -0700
Subject: [PATCH] remove intel script from python27 image entrypoint

---
 .gitlab-ci.Dockerfile.e7 | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.Dockerfile.e7 b/.gitlab-ci.Dockerfile.e7
index 0a26b93e0f..4497ca5aa6 100644
--- a/.gitlab-ci.Dockerfile.e7
+++ b/.gitlab-ci.Dockerfile.e7
@@ -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
 
-- 
GitLab