Skip to content

Commit 6946886

Browse files
authored
Update README.md
docker instructions
1 parent a10c961 commit 6946886

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,16 @@ Simple examples can be found in the [examples](https://github.com/abdeladim-s/su
191191
</a>
192192
193193
# 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.
200204
201205
# Notes
202206
* 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.

0 commit comments

Comments
 (0)