Skip to content

Commit

Permalink
build(docker): Remove line continuation.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
aaronmussig committed Apr 24, 2024
1 parent 59609e2 commit 6753520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ENV GTDBTK_DATA_PATH="/refdata/"
# --------------------------- INSTALL PIP PACKAGES --------------------------- #
# ---------------------------------------------------------------------------- #
RUN python -m pip install --upgrade pip && \
python -m pip install gtdbtk==${VER} \
python -m pip install gtdbtk==${VER}

# ---------------------------------------------------------------------------- #
# ---------------------------- SET THE ENTRYPOINT ---------------------------- #
Expand Down

0 comments on commit 6753520

Please sign in to comment.