mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
3 lines
86 B
Docker
3 lines
86 B
Docker
FROM julia:1.9-buster
|
|
ADD . /app
|
|
CMD julia --project=/app/test /app/test/docker/run.jl |