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 3eacf73 commit 73fa04f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
# Alternatively, use a base image with CUDA and cuDNN support
#FROM nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04
FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04

# Install necessary dependencies
RUN apt-get update && apt-get install -y python3-pip

# Set the working directory
WORKDIR /app

# Copy the app code and requirements filed
COPY . /app

# Install dependencies
RUN pip3 install --no-cache-dir -r requirements.txt

# Install whisper-ctranslate2
RUN pip install -U whisper-ctranslate2


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

0 comments on commit 73fa04f

Please sign in to comment.