add readme

This commit is contained in:
SFirouzi 2025-11-17 14:46:55 +03:30
parent 0255257a1a
commit fe8031122a
2 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1
RUN apt-get update && apt-get install -y git ffmpeg
# Copy requirements file
COPY requirements.txt /app/requirements.txt

View File

@ -15,11 +15,11 @@
### 2-DEPLOYMENT
#### Docker Build
docker build -t asr_client:latest --build-arg DEBIAN_FRONTEND=noninteractive .
docker build -t asr_farhang:latest --build-arg DEBIAN_FRONTEND=noninteractive .
#### Docker Run
docker run -d --gpus all --network host --restart unless-stopped asr_client:latest
docker run -d --gpus all --network host --restart unless-stopped asr_farhang:latest