From 84d48a06f03e6e68352cd308d60865b90f60cb49 Mon Sep 17 00:00:00 2001 From: Revital Sur Date: Wed, 22 Jan 2025 10:22:08 +0200 Subject: [PATCH] Minor fix. Signed-off-by: Revital Sur --- transforms/code/malware/ray/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transforms/code/malware/ray/Dockerfile b/transforms/code/malware/ray/Dockerfile index f06c2005c..1c231275f 100644 --- a/transforms/code/malware/ray/Dockerfile +++ b/transforms/code/malware/ray/Dockerfile @@ -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