Skip to content

Commit

Permalink
docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikmandar committed Aug 28, 2024
1 parent 8fcb061 commit e461678
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,30 @@ The Hugging Face Spaces repository is located at: [https://huggingface.co/spaces
A live demo of the application is also embedded on my website for easy access: [https://www.kartikmandar.com/gsoc-2024/stingray-explorer](https://www.kartikmandar.com/gsoc-2024/stingray-explorer).
### How to Deploy and Build Using Docker
To deploy the dashboard using Docker, follow these steps:
1. **Build the Docker Image**:
Navigate to the project directory and build the Docker image using the following command:
```bash
docker build -t stingray-explorer .
## GitHub Actions Integration
The Hugging Face Spaces repository is synced with the main GitHub repository using GitHub Actions. This sync occurs automatically for every commit pushed to the `main` branch.
### Run the Docker Container
After building the image, run the container with the following command:
```bash
docker run -p 7860:7860 stingray-explorer
```

## Usage

Expand Down

0 comments on commit e461678

Please sign in to comment.