Skip to content

Commit

Permalink
Fixing dorado dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Msoliman00 committed Jul 22, 2024
1 parent f40e3bd commit ab8accf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Docker/dorado/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ RUN ln -s /dorado-0.7.2-linux-x64/bin/dorado /usr/local/bin/ && \
rm dorado-0.7.2-linux-x64.tar.gz
# Install basecalling models
RUN mkdir /dorado_models && \
cd /dorado_models

RUN dorado download
cd /dorado_models && \
dorado download

0 comments on commit ab8accf

Please sign in to comment.