opencaesar / oml-vision

A VS Code extension providing UI viewpoints for OML models
Other
4 stars 2 forks source link

Deploy to Gitpod #4

Closed pogi7 closed 9 months ago

pogi7 commented 9 months ago

Checklist before submitting a feature request

Is your feature request related to a problem? If yes, describe the problem

I would like to deploy OML Vision in a Gitpod instance so I can standardize the development environment for OML Vision developers.

Describe the desired feature

Deploy OML Vision to a Gitpod instance and verify that:

  1. Unit tests still work (npm run test)
  2. Extension still runs in debug mode (npm run build)
  3. Views still function properly once for OML Model like Kepler16b in debug mode

Additional context

Look at Gitpod pricing to ensure that Gitpod is running on free version

pogi7 commented 9 months ago
  1. Go to gitpod.io
  2. Login (I used my personal Google account for authentication)
  3. Go to Dashboard
  4. Create a new gitpod instance
  5. Use the following Git repo for the repo https://github.com/pogi7/kepler16b-example.git
  6. Set the environment to the VSCode Browser
  7. Can leave the number of cores as default
  8. Verify that OML Vision opens in the Gitpod instance after the image is built and container is deployed

Testing showed that users can edit and see changes on OML Vision in the cloud.

Testing also showed that multiple users can see edits in real time.