Skip to content

Commit

Permalink
Update to latest mutserve version
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed May 31, 2024
1 parent d473a7f commit 8be7a4e
Show file tree
Hide file tree
Showing 2 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 @@ -25,11 +25,11 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*

# Install mutserve (not as conda package available)

ENV MUTSERVE_VERSION=2.0.0-rc12
ENV MUTSERVE_VERSION=2.0.
RUN mkdir /opt/mutserve
WORKDIR "/opt/mutserve"
#RUN wget https://github.com/seppinho/mutserve/releases/download/v${MUTSERV_VERSION}/mutserve.zip
COPY files/mutserve.zip .
RUN wget https://github.com/seppinho/mutserve/releases/download/v${MUTSERVE_VERSION}/mutserve.zip
#COPY files/mutserve.zip .
RUN unzip mutserve.zip && \
rm mutserve.zip
ENV PATH="/opt/mutserve:${PATH}"
Expand Down
Binary file removed files/mutserve.zip
Binary file not shown.

0 comments on commit 8be7a4e

Please sign in to comment.