paucarre / tiefvision

End-to-end deep learning image-similarity search engine
Apache License 2.0
765 stars 186 forks source link

Database setup error #70

Open Nero5023 opened 6 years ago

Nero5023 commented 6 years ago

Hey, guys. I encountered a problem when I setup the database. When I run $TIEFVISION_HOME/src/h2/service start I got this error docker: Error response from daemon: pull access denied for paucarre/tiefvision-db, repository does not exist or may require 'docker login'.

Can anyone help me?

ashdtu commented 6 years ago

The default shell in Ubuntu is dash instead of bash. Do sudo bash and run ./service start