From 7b7e6523f68398a70ae9a16db385c5cbba756fdf Mon Sep 17 00:00:00 2001 From: Haidong Yi Date: Fri, 23 Aug 2024 10:18:57 -0500 Subject: [PATCH] check build --- deepmod2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepmod2/Dockerfile b/deepmod2/Dockerfile index 571c48b..6de0b1f 100644 --- a/deepmod2/Dockerfile +++ b/deepmod2/Dockerfile @@ -5,7 +5,7 @@ ARG BUILD_VERSION=v0.3.2 WORKDIR /app -# Clone the codes from github +# Clone the code from github RUN git clone https://github.com/WGLab/DeepMod2 \ && cd DeepMod2 \ && git checkout $BUILD_VERSION \