bio_embeddings
bio_embeddings copied to clipboard
Docker containers shutting down within a few seconds of starting
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.