File tree 4 files changed +0
-5
lines changed
4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ RUN apk add git g++ make gsl-dev git autoconf automake python3-dev py3-pybind11
7
7
8
8
# Arguments from docker-compose
9
9
ARG OMP_NUM_THREADS
10
- ARG QFLEX_BRANCH
11
10
12
11
# Copy qflex
13
12
COPY ./ /qflex
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ services:
8
8
dockerfile : Dockerfile
9
9
args :
10
10
- OMP_NUM_THREADS=${OMP_NUM_THREADS}
11
- - QFLEX_BRANCH=${QFLEX_BRANCH}
12
- - QFLEX_REPO=${QFLEX_REPO}
13
11
qflex-cxx-tests :
14
12
image : qflex-cxx-tests
15
13
container_name : qflex-cxx-tests
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM qflex
3
3
4
4
# Arguments from docker-compose
5
5
ARG OMP_NUM_THREADS
6
- ARG QFLEX_BRANCH
7
6
8
7
# Compile tests
9
8
WORKDIR /qflex/
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM qflex
3
3
4
4
# Arguments from docker-compose
5
5
ARG OMP_NUM_THREADS
6
- ARG QFLEX_BRANCH
7
6
8
7
# Compile tests
9
8
WORKDIR /qflex/
You can’t perform that action at this time.
0 commit comments