0xTCG / sequre

A high-performance, Pythonic framework for secure computing in bioinformatics
Apache License 2.0
18 stars 1 forks source link

Docker available? #8

Open annaritz opened 1 year ago

annaritz commented 1 year ago

Hello - I saw in an earlier issue that Sequre is available via DockerHub. However, the Dockerfiles and docker instructions in your README.md seemed to disappear after a commit in December. The README also specifies that Sequre can only be run locally at this moment. Can you confirm that the Docker image is no longer usable? Thanks!

hsmajlovic commented 1 year ago

Hi! Yes. We retracted the option to run Sequre via docker until the first release (hopefully by the end of August '23). However, the image is available for experimentation. Just make sure to use the manylinux tag.

hsmajlovic commented 1 year ago

Note: It may require a tad bit more memory. Also, I'd strongly suggest running it in privileged mode.

E.g. verified run (for running all unit tests):

docker run --privileged --rm -m 16GB hsmile/sequre:manylinux scripts/run.sh tests --local --unit