Skip to content

Commit

Permalink
build: remove apt-installed numpy (#141)
Browse files Browse the repository at this point in the history
build!: remove apt-installed numpy
  • Loading branch information
alex-liang3 authored Jan 3, 2025
1 parent 4a9c6a4 commit ed676e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ FROM base1 as base2
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
python3-dev \
python3-numpy \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit ed676e3

Please sign in to comment.