minkim26 commited on
Commit
1966c49
Β·
verified Β·
1 Parent(s): c1bdbeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -5
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
@@ -9,7 +22,6 @@ This repository provides an **offline Docker image** for the `DNP_AI_Tool` proje
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
  ---
@@ -17,7 +29,7 @@ The main project and source code are available here:
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
 
@@ -26,14 +38,52 @@ The main project and source code are available here:
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/minkim26/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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - docker
5
+ - deep-learning
6
+ - computer-vision
7
+ - solder-joint-classification
8
+ - offline
9
+ - air-gapped
10
+ datasets:
11
+ - docker-image
12
+ ---
13
+
14
  # 🐳 DNP AI Project - Docker Image (Offline Version)
15
 
16
  This repository provides an **offline Docker image** for the `DNP_AI_Tool` project, which automates solder joint classification using deep learning.
 
22
  ## πŸ”— Original Project
23
 
24
  The main project and source code are available here:
 
25
  πŸ‘‰ **GitHub:** [minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool)
26
 
27
  ---
 
29
  ## πŸ“„ Image Details
30
 
31
  - **Docker Tag:** `minkim26/dnp_ai_project:latest`
32
+ - **Compressed Filename:** `dnpAItool.tar.gz`
33
  - **Image Type:** Docker image exported with `docker save` and compressed with `gzip`
34
  - **Base Platform:** Linux, suitable for x86_64 Docker environments
35
 
 
38
  ## πŸ’Ύ Download the Docker Image
39
 
40
  Click below to download the compressed image file:
41
+ ➑️ [Download `dnpAItool.tar.gz`](https://huggingface.co/minkim26/dnp_ai_project_docker/resolve/main/dnpAItool.tar.gz)
 
42
 
43
  ---
44
 
45
  ## 🐳 Load and Run the Image
46
 
47
  ### 1. Load the image into Docker:
48
+ ```bash
49
+ gunzip -c dnpAItool.tar.gz | docker load
50
+ ```
51
 
52
+ ### 2. Run the container:
53
  ```bash
54
+ docker run -it --name dnp_ai_container minkim26/dnp_ai_project:latest
55
+ ```
56
+
57
+ ### 3. Access the application:
58
+ Once the container is running, you can access the DNP AI Tool interface according to the instructions in the original project repository.
59
+
60
+ ---
61
+
62
+ ## πŸ› οΈ System Requirements
63
+
64
+ - Docker installed and running
65
+ - Minimum 4GB RAM recommended
66
+ - x86_64 architecture
67
+ - At least 3GB free disk space for the extracted image
68
+
69
+ ---
70
+
71
+ ## πŸ“‹ Usage Notes
72
+
73
+ - This is a standalone Docker image that contains all necessary dependencies
74
+ - No internet connection required after download
75
+ - Perfect for secure or isolated environments
76
+ - Compatible with standard Docker commands and orchestration tools
77
+
78
+ ---
79
+
80
+ ## 🀝 Support
81
+
82
+ For issues related to the Docker image setup, please refer to the original project repository:
83
+ [minkim26/DNP_AI_Tool](https://github.com/minkim26/DNP_AI_Tool)
84
+
85
+ ---
86
+
87
+ ## πŸ“„ License
88
+
89
+ This Docker image package follows the same license as the original DNP_AI_Tool project.