We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea5faf commit b941d0aCopy full SHA for b941d0a
docker-ont-dorado/Dockerfile
@@ -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