Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hiibolt committed May 30, 2024
1 parent e6301db commit 2477e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ COPY . .
# Leverage a bind mount to requirements.txt to avoid having to copy them into
# into this layer.
RUN python -m venv .venv
RUN apt update
RUN apt install cmake
RUN .venv/bin/pip install numpy
RUN .venv/bin/pip install -r requirements.txt

Expand Down

0 comments on commit 2477e58

Please sign in to comment.