Hi simple question - what is the easiest way to provision / run the following project in Workbench?
I want to make it as accessible as as easy to load as possible in Workbench - for a group of people who have Workbench installed (acknowledging it may be easier to just have them run the lab in CoLab, but keen to encourage the use of Workbench if practical)
The “easiest” thing to do is to get the proper image labels on the container, post it to a public registry, and then create a project using it as the base image.
We have docs on this here, but they aren’t super useful…
I need to rewrite them, so working on this image would be a good exercise.
Anyways, at a high level, you just need to get into the container to figure out a few key items and then write a Dockerfile that pulls the image and adds that info in the appropriate format.
Thanks for the reply / Not time constrained / I’ve tried creating a simple repo to test a few things out but I keep getting a read error in WB / using clone, new project or import