--- license: mit tags: - docker - deep-learning - computer-vision - solder-joint-classification - offline - air-gapped datasets: - docker-image --- # 🐳 DNP AI Project - Docker Image (Offline Version) This repository provides an **offline Docker image** for the `DNP_AI_Tool` project, which automates solder joint classification using deep learning. πŸ“¦ You can download and run the Docker image without needing to pull it from Docker Hubβ€”perfect for **offline environments**. --- ## πŸ”— Original Project The main project and source code are available here: πŸ‘‰ **GitHub:** [minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool) --- ## πŸ“„ Image Details - **Docker Tag:** `minkim26/dnp_ai_project:latest` - **Compressed Filename:** `dnpAItool.tar.gz` - **Image Type:** Docker image exported with `docker save` and compressed with `gzip` - **Base Platform:** Linux, suitable for x86_64 Docker environments --- ## πŸ’Ύ Download the Docker Image Click below to download the compressed image file: ➑️ [Download `dnpAItool.tar.gz`](https://huggingface.co/minkim26/dnp_ai_project_docker/resolve/main/dnpAItool.tar.gz) --- ## 🐳 Load and Run the Image ### 1. Load the image into Docker: ```bash gunzip -c dnpAItool.tar.gz | docker load ``` ### 2. Run the container: ```bash docker run -it --name dnp_ai_container minkim26/dnp_ai_project:latest ``` ### 3. Access the application: Once the container is running, you can access the DNP AI Tool interface according to the instructions in the original project repository. --- ## πŸ› οΈ System Requirements - Docker installed and running - Minimum 4GB RAM recommended - x86_64 architecture - At least 3GB free disk space for the extracted image --- ## πŸ“‹ Usage Notes - This is a standalone Docker image that contains all necessary dependencies - No internet connection required after download - Perfect for secure or isolated environments - Compatible with standard Docker commands and orchestration tools --- ## 🀝 Support For issues related to the Docker image setup, please refer to the original project repository: [minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool) --- ## πŸ“„ License This Docker image package follows the same license as the original DNP_AI_Tool project.