Skip to content

Commit

Permalink
remove patches
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jun 20, 2024
1 parent 76dabb2 commit 385256e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,12 @@ WORKDIR $ESI_DIR
COPY .opticks .opticks
COPY epic epic
COPY opticks opticks
COPY patches patches
COPY tests tests
COPY README.md .
COPY NVIDIA-OptiX-SDK-7.6.0-linux64-x86_64.sh .
COPY pyproject.toml .

RUN poetry install
RUN patch -p1 opticks/sysrap/sevt.py patches/opticks-fix-update-array-dtype-for-numpy-1.26.patch

COPY <<-"EOF" /etc/profile.d/z20_opticks.sh
source $(poetry env info --path)/bin/activate
Expand Down
33 changes: 0 additions & 33 deletions patches/opticks-fix-update-array-dtype-for-numpy-1.26.patch

This file was deleted.

0 comments on commit 385256e

Please sign in to comment.