Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.3 KB

README-docker-try.md

File metadata and controls

59 lines (37 loc) · 1.3 KB

NeMoOpenFoldLangChain

NeMo OpenFold LangChain for NVIDIA GenAI Contest

https://www.nvidia.com/en-us/ai-data-science/generative-ai/developer-contest-with-langchain/terms-and-conditions/

Step 1: Set Up Your Environment

  1. Hardware Requirements: Ensure you have access to NVIDIA GPUs, ideally A100, to run the models efficiently. In my case I rent A100 GPU from Digital Ocean Paperspace. Please see the screenshot. Disk Size: 1TB

    create_a_new_machine

  2. Check if you can run Docker:

    #Add Your User to the Docker Group
    sudo usermod -aG docker $USER
    #Log Out and Log Back In
    groups $USER
    #You should see docker listed in the output.
  3. Pull the NeMo Framework Container:

    docker pull nvcr.io/nvidia/nemo:23.10
  4. Run the Container:

    docker run --gpus all -it --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/nemo:23.10
  5. Install Required Python Packages Inside the Container:

    #LangChain
    pip install langchain
    
    #LangChain
    pip install langchain
    
    #LangChain
    pip install langchain
    
    #LangChain
    pip install langchain
    
    #LangChain
    pip install langchain
    
    #LangChain
    pip install langchain