Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulNdrei authored Sep 15, 2023
1 parent 1a3b6dc commit 1c9e5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY ./requirements.txt /app
RUN python -m pip install --upgrade pip
RUN python -m pip install --no-cache-dir --upgrade -r requirements.txt

# RUN wget -q http://share.laklak.eu/model_vits_ca/best_model.pth -P /app/models/vits_ca/
RUN wget -q http://share.laklak.eu/model_vits_ca/best_model.pth -P /app/models/vits_ca/
COPY . .

ARG speech_speed=1.0
Expand All @@ -15,4 +15,4 @@ ENV speech_speed $speech_speed
ARG mp_workers=2
ENV mp_workers $mp_workers

ENTRYPOINT python server/server.py --speech_speed $speech_speed --mp_workers $mp_workers
ENTRYPOINT python server/server.py --speech_speed $speech_speed --mp_workers $mp_workers

0 comments on commit 1c9e5ff

Please sign in to comment.