Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmobley committed Aug 30, 2024
1 parent 359d6cc commit 2a327ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,10 @@ RUN pip install --upgrade --no-cache-dir \
wheel
RUN pip install pipx

# Install jupyterlab and ML packages using host cache
# RUN pip install --no-cache-dir\
# tensorflow[and-cuda] \
# torch==2.0.0

RUN pip install insanely-fast-whisper

ENTRYPOINT [ "insanely-fast-whisper" ]

RUN rm ffmpeg_7.0.1.orig.tar.xz


RUN ECHO "DONE"

0 comments on commit 2a327ce

Please sign in to comment.