IliaLarchenko commited on
Commit
894f5ce
1 Parent(s): 7aa9f9d

updated readme

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -9,7 +9,7 @@ You can play with this service right now [https://albumentations-demo.herokuapp.
9
 
10
  If you would like to run it locally follow the installation instruction.
11
 
12
- ## Installation
13
  ```
14
  git clone https://github.com/IliaLarchenko/albumentations-demo
15
  cd albumentations-demo
@@ -37,6 +37,13 @@ In your terminal you will see the link to the running local service similar to :
37
  ```
38
  Just follow the local link to use the service.
39
 
 
 
 
 
 
 
 
40
  ## How to use
41
 
42
  The interface is very simple and intuitive:
 
9
 
10
  If you would like to run it locally follow the installation instruction.
11
 
12
+ ## Installation and run
13
  ```
14
  git clone https://github.com/IliaLarchenko/albumentations-demo
15
  cd albumentations-demo
 
37
  ```
38
  Just follow the local link to use the service.
39
 
40
+ ## Run in docker
41
+ You can run the service in docker:
42
+ ```
43
+ docker-compose up
44
+ ```
45
+ It will be available at http://DOCKER_HOST_IP:8501
46
+
47
  ## How to use
48
 
49
  The interface is very simple and intuitive: