Skip to content

Commit

Permalink
remove --core-version arg from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Mar 21, 2024
1 parent ec74c01 commit 9669568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG make_cores=2
COPY . /cycamore
WORKDIR /cycamore

RUN python install.py -j ${make_cores} --build-type=Release --core-version 999999.999999
RUN python install.py -j ${make_cores} --build-type=Release

FROM cycamore as cycamore-test
RUN cycamore_unit_tests
Expand Down

0 comments on commit 9669568

Please sign in to comment.