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