Skip to content

Commit f8597c2

Browse files
committed
fixed instructions/typos
1 parent 317707e commit f8597c2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docker/0.2.10_cpu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Build local image
66

7-
* Build the image from Docker file (from within `docker/cpu`)
7+
* Build the image from Docker file (from within `docker/0.2.10_cpu`)
88

99
```commandline
1010
docker build -t pww3_cpu .

docker/0.2.10_cuda10.2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# python-weka-wrapper3 Docker (CPU)
1+
# python-weka-wrapper3 Docker (CUDA 10.2)
22

33
## Docker
44

55
### Build local image
66

7-
* Build the image from Docker file (from within `docker/cpu`)
7+
* Build the image from Docker file (from within `docker/0.2.10_cuda10.2`)
88

99
```commandline
1010
docker build -t pww3_cuda10.2 .

docker/0.2.8_cpu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Build local image
66

7-
* Build the image from Docker file (from within `docker/cpu`)
7+
* Build the image from Docker file (from within `docker/0.2.8_cpu`)
88

99
```commandline
1010
docker build -t pww3_cpu .

docker/0.2.8_cuda10.2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# python-weka-wrapper3 Docker (CPU)
1+
# python-weka-wrapper3 Docker (CUDA 10.2)
22

33
## Docker
44

55
### Build local image
66

7-
* Build the image from Docker file (from within `docker/cpu`)
7+
* Build the image from Docker file (from within `docker/0.2.8_cuda10.2`)
88

99
```commandline
1010
docker build -t pww3_cuda10.2 .

docker/0.2.9_cpu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Build local image
66

7-
* Build the image from Docker file (from within `docker/cpu`)
7+
* Build the image from Docker file (from within `docker/0.2.9_cpu`)
88

99
```commandline
1010
docker build -t pww3_cpu .

docker/0.2.9_cuda10.2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# python-weka-wrapper3 Docker (CPU)
1+
# python-weka-wrapper3 Docker (CUDA 10.2)
22

33
## Docker
44

55
### Build local image
66

7-
* Build the image from Docker file (from within `docker/cpu`)
7+
* Build the image from Docker file (from within `docker/0.2.9_cuda10.2`)
88

99
```commandline
1010
docker build -t pww3_cuda10.2 .

0 commit comments

Comments
 (0)