Skip to content

Commit b941d0a

Browse files
committed
Add docker-ont-dorado/Dockerfile
1 parent dea5faf commit b941d0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-ont-dorado/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM ontresearch/dorado@sha256:2c9f8b2b21966f16479e66569c506fc81eedc31db7719f88892544857103dcbb
2+
LABEL description="Image with dorado and all models"
3+
USER root
4+
# Install essential packages
5+
RUN sudo mkdir -p /opt/dorado/models && \
6+
dorado download --directory /opt/dorado/models --model all
7+
8+
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 commit comments

Comments
 (0)