Rebuilding Haystack annotation tool docker images on my own? #5601
Unanswered
tarangMittal
asked this question in
Questions
Replies: 1 comment
-
Hi @tarangMittal! This guide about transfering docker images might be useful for you. Like this you can pull the needed images on a machine with internet access and move them to a machine without internet access to start the annotation tool. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working on a computer that has very restricted internet access, so I was wondering how I can run docker-compose up on that same docker-compose.yml file if its pulling the docker images from the internet(I'm assmuning the dockerhub) Is there a way to build the images on my own local computer so the pulling of
image: deepset/haystack-annotation:latest, "postgres:12"
can be avoided? Or if there's a way to save these images and transfer them etc.Please let me know if there's a workaround this, thanks!
Beta Was this translation helpful? Give feedback.
All reactions