Updated README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🐳 DNP AI Project - Docker Image (Offline Version)
|
| 2 |
+
|
| 3 |
+
This repository provides an **offline Docker image** for the `DNP_AI_Tool` project, which automates solder joint classification using deep learning.
|
| 4 |
+
|
| 5 |
+
📦 You can download and run the Docker image without needing to pull it from Docker Hub—perfect for **air-gapped** or **offline environments**.
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## 🔗 Original Project
|
| 10 |
+
|
| 11 |
+
The main project and source code are available here:
|
| 12 |
+
|
| 13 |
+
👉 **GitHub:** [minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool)
|
| 14 |
+
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
## 📄 Image Details
|
| 18 |
+
|
| 19 |
+
- **Docker Tag:** `minkim26/dnp_ai_project:latest`
|
| 20 |
+
- **Compressed Filename:** `dnp_ai_project.tar.gz`
|
| 21 |
+
- **Image Type:** Docker image exported with `docker save` and compressed with `gzip`
|
| 22 |
+
- **Base Platform:** Linux, suitable for x86_64 Docker environments
|
| 23 |
+
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
## 💾 Download the Docker Image
|
| 27 |
+
|
| 28 |
+
Click below to download the compressed image file:
|
| 29 |
+
|
| 30 |
+
➡️ [Download `dnp_ai_project.tar.gz`](https://huggingface.co/datasets/YOUR_USERNAME/dnp_ai_project_docker/resolve/main/dnp_ai_project.tar.gz)
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## 🐳 Load and Run the Image
|
| 35 |
+
|
| 36 |
+
### 1. Load the image into Docker:
|
| 37 |
+
|
| 38 |
+
```bash
|
| 39 |
+
gunzip -c dnp_ai_project.tar.gz | docker load
|