Skip to content

Commit

Permalink
Update deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
balnarendrasapa committed Dec 15, 2023
1 parent b0eaa77 commit 7d65262
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions submissions/Deployment/Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
1. Docker-Compose
# Deployment

## Docker-Compose
There is a docker image available with this repository. that is road-detection.
git clone this repo. and cd into deployment and run docker-compose up.
open http://localhost:7860/ in you browser to see the app

2. Docker
## Docker
you can run the following command. This will download the image and deploy it. open http://localhost:7860/ in you browser to see the app.

"docker run -p 7860:7860 -e SHARE=True ghcr.io/balnarendrasapa/road-detection:latest"

3. Python Virtual Environment
## Python Virtual Environment
cd into deployment directory. and run "python -m venv .venv" to create a virtual environment.
run "pip install -r requirements.txt"
run "python app.py"
Expand Down

0 comments on commit 7d65262

Please sign in to comment.