Skip to content

Commit

Permalink
removed -vv
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Oct 28, 2024
1 parent 40176ea commit 849a131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freyja/1.5.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ENV PATH="/opt/conda/envs/freyja-env/bin:/opt/conda/envs/env/bin:${PATH}" \
LC_ALL=C.UTF-8

RUN wget -q https://github.com/andersen-lab/Freyja/archive/refs/tags/v${FREYJA_SOFTWARE_VERSION}.tar.gz && \
pip install --no-cache-dir -vv v${FREYJA_SOFTWARE_VERSION}.tar.gz && \
pip install --no-cache-dir v${FREYJA_SOFTWARE_VERSION}.tar.gz && \
rm v${FREYJA_SOFTWARE_VERSION}.tar.gz


Expand Down

0 comments on commit 849a131

Please sign in to comment.