diff --git a/deployment/README.md b/deployment/README.md index dba11f4..f5d1001 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -1,7 +1,13 @@ -## Deployment +## Prerequisites +You need install following dependencies +* docker `>= 17.06` +* An NVIDIA GPU with enough VRAM to run the model you want. +* [NVIDIA Docker Driver](https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html) -1. `docker-compose up` -2. Open Admin Panel [http://localhost:8501](http://localhost:8501) -3. Types some code in editor! +## Setup + +`docker-compose up` + +Open Admin Panel [http://localhost:8501](http://localhost:8501) ![Screenshot from 2023-03-25 21-31-24](https://user-images.githubusercontent.com/388154/227720212-7e7480a1-abb1-4baf-b971-d391ea8136c8.png)