How to run the update command using Singularity? #269
abelTan131
started this conversation in
Help wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
On github page, it says:
Update an existing database:
bakta_db update --db [--tmp-dir ]
Update using Docker:
docker run -v /path/to/desired-db-path:/db --entrypoint /bin/bash oschwengers/bakta:latest -c "bakta_db update --db /db/db-[light|full]"
But Im using singularity and Im using it for the first time
How do I do the singularity command?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions