Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Jan 22, 2025
1 parent 76620d4 commit 84d48a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transforms/code/malware/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ COPY --chmod=775 --chown=ray:root src/malware_transform_ray.py ./
# copy some of the samples in
COPY --chmod=775 --chown=ray:root src/malware_local_ray.py local/

COPY test/ test/
COPY test-data/ test-data/
COPY --chmod=775 --chown=ray:root test/ test/
COPY --chmod=775 --chown=ray:root test-data/ test-data/

ENV PYTHONPATH /home/ray

Expand Down

0 comments on commit 84d48a0

Please sign in to comment.