From 42100c3da981b4e2379b9aa7f06e97e7ad47cb25 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 9 Apr 2024 10:19:58 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9336dfc..52e5a9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -239,10 +239,6 @@ ENV MKL_NUM_THREADS=1 \ RUN curl -L -H "Accept: application/octet-stream" https://api.github.com/repos/ecr05/MSM_HOCR/releases/assets/16253707 -o /usr/local/bin/msm \ && chmod +x /usr/local/bin/msm -# Installing ASLPrep -COPY --from=src /src/dist/*.whl . -RUN pip install --no-cache-dir $( ls *.whl )[container,test] - RUN find $HOME -type d -exec chmod go=u {} + && \ find $HOME -type f -exec chmod go=u {} + && \ rm -rf $HOME/.npm $HOME/.conda $HOME/.empty