Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cleanup information in README.md #569

Merged
merged 3 commits into from Mar 18, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,16 @@ From the Podman Desktop sources folder:
$ yarn watch --extension-folder path-to-extension-sources-folder/packages/backend
```

## Cleaning up resources

We'll be adding a way in AI Lab to let a user being able to cleanup the environment: see issue https://github.com/projectatomic/ai-studio/issues/469.
slemeur marked this conversation as resolved.
Show resolved Hide resolved
For the time being, please consider the following actions:
1. Remove the extension from Podman Desktop, from the Settings > Extensions
2. Remove the running playground environments from the list of Pods
3. Remove the images built by the recipes
4. Remove the containers related to AI
5. Cleanup your local clone of the recipes: `$HOME/podman-desktop/ai-studio`

## Providing a custom catalog

The extension provides a default catalog, but you can build your own catalog by creating a file `$HOME/podman-desktop/ai-studio/catalog.json`.
Expand All @@ -34,6 +44,7 @@ The format of the catalog is not stable nor versioned yet, you can see the curre

Sample applications may be added to the catalog. See [packaging guide](PACKAGING-GUIDE.md) for detailed information.


## Feedback

You can provide your feedback on the extension with [this form](https://forms.gle/tctQ4RtZSiMyQr3R8) or create [an issue on this repository](https://github.com/projectatomic/studio-extension/issues).