From e6ec63129bcfc3fda714c6d011a5b0511454dbde Mon Sep 17 00:00:00 2001 From: Birhanu Belay <bhbelay@uab.edu> Date: Wed, 11 Dec 2024 16:25:24 -0600 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b9b6f4d..17688fa 100644 --- a/docker/Dockerfile +++ b/docker/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