Genome Analysis Toolkit

Variant Discovery in High-Throughput Sequencing Data

GATK process banner

Need Help?

Search our documentation

Community Forum

Hi, How can we help?

Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. Learn more

Error when building an image using Dockerfile

0

2 comments

  • Avatar
    E Ra

    => [gradlebuild  5/11] RUN rm /etc/apt/sources.list.d/google-cloud-sdk.list &&     apt update &&    apt-key list &&     curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - &&     add-apt-repository universe && apt update &&     apt-get --assume-yes install git-lfs &&     apt-get -y 
     => [gradlebuild  6/11] RUN git lfs install --force                                                                                                                                                                                                                                   
     => ERROR [gradlebuild  7/11] RUN git lfs pull --include src/main/resources/large                                                                                                                                                                          ------                                                                                                                                                                                                                                                                                                                                                                    
     > [gradlebuild  7/11] RUN git lfs pull --include src/main/resources/large:                                                                                                                                                                                                                                                                                               
    #0 0.412 Error: Failed to call git rev-parse --git-dir --show-toplevel: "fatal: not a git repository (or any of the parent directories): .git\n"                                                                                                                                                                                                                          
    #0 0.416 Not in a git repository.                                                                                                                                                                                                                                                                                                                                         
    ------
    Dockerfile:26
    --------------------
      24 |     
      25 |     #Download only resources required for the build, not for testing
      26 | >>> RUN git lfs pull --include src/main/resources/large
      27 |     
      28 |     RUN export GRADLE_OPTS="-Xmx4048m -Dorg.gradle.daemon=false" && /gatk/gradlew clean collectBundleIntoDir shadowTestClassJar shadowTestJar -Drelease=$RELEASE
    --------------------

    0
    Comment actions Permalink
  • Avatar
    Gökalp Çelik

    Hi E Ra

    Have you performed any modifications in the docker file or are you using it directly from our repo? 

    Our docker images for each release and nightly builds are already available through hub.docker.com. Is there a specific reason that you would like to build your own?

    The error message specifically states that you need to have the git repo cloned to your local environment to build this image. Can you try running it directly from the cloned git repository?

    Regards. 

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk