Skip to content

Commit

Permalink
Clean images
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 5, 2025
1 parent 73fa04f commit 40d48be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Alternatively, use a base image with CUDA and cuDNN support
FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04

RUN apt-get update && apt-get install -y python3-pip

# Install dependencies
RUN pip3 install --no-cache-dir -r requirements.txt
RUN pip install -U whisper-ctranslate2
WORKDIR /app
COPY . /app

RUN pip3 install --no-cache-dir -r requirements.txt
RUN pip install -U .

# Set the entry point
ENTRYPOINT ["whisper-ctranslate2"]

0 comments on commit 40d48be

Please sign in to comment.