Skip to content

Commit

Permalink
No need to build numpy binaries where they exist already
Browse files Browse the repository at this point in the history
  • Loading branch information
snh committed Sep 10, 2024
1 parent 6240af2 commit 0a75f8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ COPY requirements.txt /root/chasemapper/requirements.txt

# Install Python packages.
RUN pip3 --no-cache-dir install --user --no-warn-script-location \
--ignore-installed --no-binary numpy \
-r /root/chasemapper/requirements.txt
--ignore-installed -r /root/chasemapper/requirements.txt

# Copy in chasemapper.
COPY . /root/chasemapper
Expand Down

0 comments on commit 0a75f8a

Please sign in to comment.