studio-lab-examples
studio-lab-examples copied to clipboard
Add Vowpal wabbit or docker(-compose) support
Is your feature request related to a problem? Please describe. I try to play with vowpal wabbit, more explicit a derived version of your sagemaker RL examples. I tried to lunch a docker container but docker and docker-compose is not available. So I tried to execute the training files in the notebook itself, but vowpal wabbit is not available.
Describe the solution you'd like Either support docker & docker-compose to play with provided examples in studio labs, or at least allow setting up vowpal wabbit locally.
Describe alternatives you've considered enable docker and docker-compose to woraround and be able to execute the provided RL examples that leverages docker-compose for local training
Additional context Add any other context or screenshots about the feature request here.
Hi there, Is it possible to use the default installation via pip -> pip install vowpalwabbit ? Currently there are no plans to support running containers within the studio lab environment.
Hey there,
I guess yes. The main point I want to highlight is, there are many examples provided by amazon that require docker. It would be great to support it from this perspective. You could event make the examples really interactive and connect it closer to studio lab.
Thanks for this feedback!