Skip to content

Commit

Permalink
allow passing cmdline args to dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Mar 17, 2023
1 parent ed2c20d commit 4d90b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.comparefrog
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ADD bin/fbcmt-compare-frog /usr/bin

RUN julia -e 'import Pkg; Pkg.develop(path="/pkg/"); Pkg.resolve(); Pkg.status(); Pkg.instantiate(); Pkg.precompile()'

ENTRYPOINT fbcmt-compare-frog
ENTRYPOINT ["/usr/bin/fbcmt-compare-frog"]
2 changes: 1 addition & 1 deletion docker/Dockerfile.runfrog
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ADD bin/fbcmt-run-frog /usr/bin

RUN julia -e 'import Pkg; Pkg.add(["GLPK", "Tulip", "Clarabel", "OSQP", "Clp"]); Pkg.develop(path="/pkg/"); Pkg.resolve(); Pkg.status(); Pkg.instantiate(); Pkg.precompile()'

ENTRYPOINT fbcmt-run-frog
ENTRYPOINT ["/usr/bin/fbcmt-run-frog"]

0 comments on commit 4d90b43

Please sign in to comment.