pvs-hd-tea / LapsTrans

Exploit LAPS to Translate Programming Languages. Full documentation: http://lapstrans.rtfd.io/
MIT License
1 stars 0 forks source link

feat: Containerize LAPS #1

Closed Goshagosha closed 2 years ago

Goshagosha commented 2 years ago

It would be helpful in the long run to have LAPS containerized like Dreamcoder in singularity, in case we ever need to redeploy it, or some development machine inevitably breaks.
So far we've only managed to get it running on Ubuntu 18. The Uni server we will be getting access to is Ubuntu 20, and compiling Moses for Ubuntu 20 might be harder than getting a container up. We have Moses compiled for Ubuntu 18 in the heibox. We should look into singularity recipe from dreamcoder, but will have to rewrite it from scratch.

This could alternatively solved with #2

Goshagosha commented 2 years ago

2 is solved, so this is unnecessary