Replies: 2 comments 3 replies
-
Off the top of my head i don't see any issues related to Highs in regards to container-based usage. On the contrary. Due to it's system-language based implementation (without many dependencies), it should be very easy to achieve something (opposed to less statically-compiled things like your python code). Can you elaborate on your issues? Without some "mock-like" steps, we cannot really reproduce what you are really doing. Just some remarks:
Edit: Minimal DemoThis is quickly hacked together. I still don't like workflows like these (filesystem!).
|
Beta Was this translation helpful? Give feedback.
-
@iblancoi Is it important that that problem is written as an MPS file? If you're using Python already, you can use |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I am trying to build and run HiGHS from a Docker container (basically I want to run a python script that generates an MPS file and run this very same MPS file from the command line using HiGHS. This solution works well locally, the problem comes when installing HiGHS in Docker.
Basically, the image builds fine but I get all sorts of errors when running it. I think all these errors could be related to the Linux amd64 configuration of the Docker and that HiGHS does not support Linux but Windows or Mac.
Has anyone ever run HiGHS from Linux or installed it in a Docker image? Here is the Dockerfile:
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions