Anurag commited on
Commit
ff167e0
Β·
1 Parent(s): 96bc6b0

dockerfile

Browse files
Files changed (2) hide show
  1. .gitignore +5 -1
  2. README.md +0 -11
.gitignore CHANGED
@@ -9,4 +9,8 @@ virtual/
9
  langchain_parser*
10
  qdrant_search_test*
11
 
12
- .env.prod
 
 
 
 
 
9
  langchain_parser*
10
  qdrant_search_test*
11
 
12
+ .env.prod
13
+
14
+ .dockerignore
15
+ Dockerfile
16
+ supervisord.conf
README.md CHANGED
@@ -63,16 +63,6 @@ VocRT/
63
  └── README.md # Project documentation
64
  ```
65
 
66
- ## **🐳 Quick Start with Docker**
67
-
68
- **Docker Hub**: [anuragsingh922/vocrt](https://hub.docker.com/r/anuragsingh922/vocrt)
69
-
70
- ```
71
- # Pull and run VocRT container
72
- docker pull anuragsingh922/vocrt
73
- docker run -p 3000:3000 -p 8080:8080 anuragsingh922/vocrt
74
- ```
75
-
76
  ## **πŸ› οΈ Manual Installation**
77
 
78
  ### **Prerequisites**
@@ -250,7 +240,6 @@ python3 app.py
250
  - **Backend**: Python, Express.js, gRPC
251
  - **Frontend**: React, Vite
252
  - **Database**: Qdrant (Vector Database)
253
- - **Containerization**: Docker
254
  - **Audio Processing**: Whisper, eSpeak, phonemizer
255
 
256
  ## **πŸ”§ Performance Optimization**
 
63
  └── README.md # Project documentation
64
  ```
65
 
 
 
 
 
 
 
 
 
 
 
66
  ## **πŸ› οΈ Manual Installation**
67
 
68
  ### **Prerequisites**
 
240
  - **Backend**: Python, Express.js, gRPC
241
  - **Frontend**: React, Vite
242
  - **Database**: Qdrant (Vector Database)
 
243
  - **Audio Processing**: Whisper, eSpeak, phonemizer
244
 
245
  ## **πŸ”§ Performance Optimization**