Skip to content

Commit

Permalink
Docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvantwisk committed Oct 25, 2024
1 parent a6f1395 commit d2b7111
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
FROM python:3.12-slim-bookworm
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

COPY requirements.txt .
RUN uv pip install -r requirements.txt
#COPY requirements.txt .
#RUN uv pip install -r requirements.txt

#FROM ghcr.io/astral-sh/uv:0.2.12 AS builder

Expand Down Expand Up @@ -48,5 +48,5 @@ RUN uv pip install -r requirements.txt

#FROM ubuntu:latest

#CMD ["echo", "Hello, World!"]
CMD ["echo", "Hello, World!"]

Binary file added models/error_models/nanopore2023.gz
Binary file not shown.
Binary file added models/error_models/pacbio2021.gz
Binary file not shown.
Binary file added models/qscore_models/nanopore2023.gz
Binary file not shown.
Binary file added models/qscore_models/pacbio2021.gz
Binary file not shown.

0 comments on commit d2b7111

Please sign in to comment.