Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile #8115

Closed
wants to merge 1 commit into from

Commits on Sep 26, 2024

  1. Update Dockerfile

    	•	Updated the PYTORCH_IMAGE to 23.08-py3, but ensure it’s still relevant for your application.
    	•	The requirements.txt handling avoids potential issues with conflicting torch versions, by removing it from the list before installing.
    	•	NGC client installation is optimized, and we use MD5 checks to ensure proper download.
    	•	Reduced Docker image size by cleaning up the apt cache and build files.
    
    Signed-off-by: Kartik Shastrakar <81631437+kartikshastrakar@users.noreply.github.com>
    kartikshastrakar authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ca9e194 View commit details
    Browse the repository at this point in the history