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 \