studio-lab-examples icon indicating copy to clipboard operation
studio-lab-examples copied to clipboard

Add Vowpal wabbit or docker(-compose) support

Open sebarthel89 opened this issue 3 years ago • 3 comments

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.

sebarthel89 avatar Jan 06 '22 18:01 sebarthel89

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.

samx18 avatar Feb 11 '22 16:02 samx18

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.

sebarthel89 avatar Feb 14 '22 07:02 sebarthel89

Thanks for this feedback!

MicheleMonclova avatar Feb 27 '22 21:02 MicheleMonclova