Skip to content

Commit

Permalink
Remove unnecessary step from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed May 5, 2024
1 parent 348a12b commit 3b3f104
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ ENV PATH="${POETRY_HOME}/bin:$PATH"

USER root

# make is needed to install matplotlib 3.5.0 for python 3.11
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl make \
&& rm -rf /var/lib/apt/lists/*

RUN curl -sSL https://install.python-poetry.org | python - \
&& poetry self add poetry-plugin-export

Expand Down

0 comments on commit 3b3f104

Please sign in to comment.