Skip to content

Commit

Permalink
update minizinc docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Perron committed Jul 27, 2019
1 parent 5461e88 commit eff25e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ distclean_python: clean_python
##########################
## MINIZINC CHALLENGE ##
##########################
MZN_TAG=or-tools-minizinc-challenge:2018v3
MZN_TAG=or-tools-minizinc-challenge:2019v2

minizinc-challenge-image:
docker build -f minizinc-challenge.Dockerfile -t $(MZN_TAG) .
Expand Down
6 changes: 3 additions & 3 deletions tools/docker/minizinc-challenge.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM minizinc/mznc2018:1.0
FROM minizinc/mznc2019:1.0

ENV SRC_GIT_BRANCH master

Expand All @@ -15,9 +15,9 @@ RUN git clone -b "$SRC_GIT_BRANCH" --single-branch https://github.com/google/or-

WORKDIR /root/or-tools

RUN make -j 8 third_party
RUN make -j 4 third_party

RUN make -j 8 cc fz
RUN make -j 4 cc fz

RUN ln -s /root/or-tools/bin/fz /entry_data/fzn-exec

Expand Down

0 comments on commit eff25e7

Please sign in to comment.