add readme
This commit is contained in:
parent
0255257a1a
commit
fe8031122a
@ -5,6 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|||||||
PYTHONUNBUFFERED=1 \
|
PYTHONUNBUFFERED=1 \
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y git ffmpeg
|
||||||
|
|
||||||
# Copy requirements file
|
# Copy requirements file
|
||||||
COPY requirements.txt /app/requirements.txt
|
COPY requirements.txt /app/requirements.txt
|
||||||
|
|
||||||
|
|||||||
@ -15,11 +15,11 @@
|
|||||||
|
|
||||||
### 2-DEPLOYMENT
|
### 2-DEPLOYMENT
|
||||||
#### Docker Build
|
#### 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
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user