amake / moses-smt

Dock You a Moses: Moses Statistical MT in a container
MIT License
12 stars 4 forks source link

docker pull not working #1

Closed jroxendal closed 6 years ago

jroxendal commented 6 years ago

Just a heads up: I got an error when pulling from docker hub:

docker pull amake/moses-smt
Using default tag: latest
Error response from daemon: manifest for amake/moses-smt:latest not found

I just rebuilt locally, works like a dream! Thanks for this repo, you saved me a million hours of tedium 🥇

amake commented 6 years ago

I'm glad you found the repo useful.

Pulling amake/moses-smt defaults to the latest tag, but the image is on the base tag, so you need to do docker pull amake/moses-smt:base.