Skip to content

Commit

Permalink
Add docker-ont-dorado/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhidav committed Dec 13, 2024
1 parent dea5faf commit b941d0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-ont-dorado/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM ontresearch/dorado@sha256:2c9f8b2b21966f16479e66569c506fc81eedc31db7719f88892544857103dcbb
LABEL description="Image with dorado and all models"
USER root
# Install essential packages
RUN sudo mkdir -p /opt/dorado/models && \
dorado download --directory /opt/dorado/models --model all

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 comments on commit b941d0a

Please sign in to comment.