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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
## 1. Environment
7
7
8
+
### 1.1. Method 1: Use Docker Image
9
+
8
10
The simplest way is to use my docker image [jamesnulliu/deeplearning:latest](https://hub.docker.com/r/jamesnulliu/deeplearning) which contains all the softwares you need to build the project:
> Check my blog: [Docker Container with Nvidia GPU Support](https://jamesnulliu.github.io/blogs/docker-container-with-nvidia-gpu-support) if you need any help.
15
17
18
+
### 1.2. Method 2: Setup Environment Manually
19
+
16
20
Or if you are planing to setup your own environment, here are some tips:
17
21
18
22
You should install all the softwares with corresponding versions listed bellow:
@@ -27,7 +31,7 @@ You should install all the softwares with corresponding versions listed bellow:
27
31
28
32
**🎯Miniconda**
29
33
30
-
Managing python environments with miniconda is always a good choice. Check [the official website](https://docs.anaconda.com/miniconda/install/#quick-command-line-install) for an installation guide.
34
+
Managing python environments with miniconda is always a good choice. Check [the official website](https://www.anaconda.com/docs/getting-started/miniconda/install#quickstart-install-instructions) for an installation guide.
31
35
32
36
After installation, if you do not intend to install all the packages in `base` environment, create a new conda environment named `PMPP` (or whatever you like) and activate it:
0 commit comments