Replies: 2 comments 3 replies
-
Hello @dkbs12 unfortunately, Google colab does not support docker so you won't be able to run docker containers within a google colab environment. |
Beta Was this translation helpful? Give feedback.
-
For me its the exact opposite. I prefer docker setups over jupyter notebooks. But what I don't get regarding this specifc tutorial: Why do require me to copy-paste all the configurations by hand and at the end you present me with a full file. Could have saved a lot of time and effort. Usually I prefer the tutorials with a corresponding git repo, which I just clone and run to get an inital feel. Then and only THEN, I want to dig deeper and go through all the possible options of configuration. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've been studying Haystack QA system for a few months and I'm trying to share my prototype with others.
I found the 'Explore the world' which is UI for Haystack QA model and got to know there is the way to interact with Haystack through REST API.
All those things to learn how to build the REST API is introduced in the 'Tutorial: Using Haystack with REST API', but I found that I have to install docker using CLI in my local PC.
I want to build REST API using docker in google Colab, because I need to use GPU in the Colab.
So I'd like to ask you if there is any way to build REST API in Colab.
Please help me with this matter.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions