From d1ef7184702c1e17cda97b2969847b71bb0da203 Mon Sep 17 00:00:00 2001 From: Birhanu Belay <bhbelay@uab.edu> Date: Wed, 11 Dec 2024 16:25:50 -0600 Subject: [PATCH] Update Dockerfile --- deploy/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index b9b6f4d..17688fa 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -26,6 +26,7 @@ RUN git clone https://github.com/NVIDIA/apex && \ COPY entrypoint.sh . -RUN chmod +x /entrypoint.sh +RUN chmod +wr entrypoint.sh +RUN chmod +x entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["entrypoint.sh"] \ No newline at end of file -- GitLab