From 086bbfa9a9f219e56484413028440cc6a439365f Mon Sep 17 00:00:00 2001 From: Birhanu Belay <bhbelay@uab.edu> Date: Wed, 11 Dec 2024 16:04:21 -0600 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e1f545e..c95cf78 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -24,7 +24,7 @@ RUN git clone https://github.com/NVIDIA/apex && \ python3 setup.py install --cpp_ext --cuda_ext -COPY ./entrypoint.sh /workspace/entrypoint.sh +COPY entrypoint.sh . RUN chmod +x /workspace/entrypoint.sh -- GitLab