File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -191,12 +191,16 @@ Simple examples can be found in the [examples](https://github.com/abdeladim-s/su
191
191
</a>
192
192
193
193
# Docker
194
-
195
- 1. Make sure that you have `docker` installed.
196
- 2. Clone and `cd` to the repository
197
- 3. ```docker compose build```
198
- 4. ```docker compose run -p 8501:8501 -v /path/to/your/media_files/folder:/media_files subsai-webui # subsai-webui-cpu for cpu only```
199
- 6. You can access your media files through the mounted `media_files` folder.
194
+ * Make sure that you have `docker` installed.
195
+ * Prebuilt image
196
+ 1. ```docker pull absadiki/subsai:main```
197
+ 2. ```docker run -p 8501:8501 -v /path/to/your/media_files/folder:/media_files absadiki/subsai:main```
198
+ * Build the image locally
199
+ 1. Clone and `cd` to the repository
200
+ 2. ```docker compose build```
201
+ 3. ```docker compose run -p 8501:8501 -v /path/to/your/media_files/folder:/media_files subsai-webui # subsai-webui-cpu for cpu only```
202
+
203
+ * You can access your media files through the mounted `media_files` folder.
200
204
201
205
# Notes
202
206
* If you have an NVIDIA graphics card, you may need to install [cuda](https://docs.nvidia.com/cuda/#installation-guides) to use the GPU capabilities.
You can’t perform that action at this time.
0 commit comments