sacdallago / bio_embeddings

Get protein embeddings from protein sequences
http://docs.bioembeddings.com
MIT License
460 stars 65 forks source link

Docker containers shutting down within a few seconds of starting #228

Open kthurimella opened 1 year ago

kthurimella commented 1 year ago

When I run

docker run -t -d --name embed ghcr.io/bioembeddings/bio_embeddings

and then

'docker exec -it embed bash'

the shell kicks me out and I keep seeing: Error response from daemon: Container e0d96727cbd8fca072c180235bf3a15b2fa3ac0ad00ec3f4371f25ef462ae9c8 is not running.

I've tried this on my local Mac OS and unix system (that had lots of resources on it). Is there a way to investigate the cause of this?

I've also tried this with v0.2.3 and latest and the same issue persists.