You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,7 @@ This SDK folder contains:
70
70
71
71
Request pico-computing installer and docker images in [here](https://picocomputing.zendesk.com/hc/en-us). We will reply your request with the files you need for installation.
72
72
73
-
There are 2 ways to setup:
74
-
1. install [pico-computing](#pico-computing) and use the [docker image](#docker-image)
75
-
2. install [pico-computing](#pico-computing) and do [manual installation of SDK](#manual-installation)
73
+
Then follow [pico-computing](#pico-computing) installation
76
74
77
75
## System requirements
78
76
@@ -117,7 +115,10 @@ lsmod | grep -i pico
117
115
pico 3493888 12
118
116
```
119
117
120
-
## Docker Image
118
+
## Docker Image (optional)
119
+
120
+
If you want to use MDLA with docker, then you need to install [pico-computing](#pico-computing) and [docker](https://docs.docker.com/get-docker/).
121
+
121
122
To start a docker with the Micron DLA SDK you can either download prebuilt images or build them yourself. The benefit of custom building the image is that you can adjust the OS packages you want installed at build time. The trade-off is waiting through the build process of about 15-30min (depending on network and CPU speed).
0 commit comments