Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
clean up commented skani installation.
  • Loading branch information
Kincekara authored Dec 18, 2024
1 parent 6f4cdfd commit f1adab7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions lrge/0.1.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
ARG LRGE_VER="0.1.3"

# FROM rust:1.67 AS builder

# ARG LRGE_VER

# RUN wget -q https://github.com/bluenote-1577/skani/archive/refs/tags/v${SKANI_VER}.tar.gz &&\
# tar -xvf v${SKANI_VER}.tar.gz &&\
# cd skani-${SKANI_VER} &&\
# cargo install --path . --root ~/.cargo &&\
# chmod +x /root/.cargo/bin/skani


FROM ubuntu:jammy AS app

ARG LRGE_VER
Expand Down Expand Up @@ -43,7 +32,7 @@ CMD [ "lrge", "--help" ]

WORKDIR /data

FROM app as test
FROM app AS test

# set working directory so that all test inputs & outputs are kept in /test
WORKDIR /test
Expand Down

0 comments on commit f1adab7

Please sign in to comment.