bio_embeddings icon indicating copy to clipboard operation
bio_embeddings copied to clipboard

Docker containers shutting down within a few seconds of starting

Open kthurimella opened this issue 2 years ago • 0 comments

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.

kthurimella avatar Feb 14 '23 23:02 kthurimella