Skip to content

Commit c44a925

Browse files
authored
Update README.md
1 parent 78d0ed2 commit c44a925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A very time-consuming but very easy cross-compilation procedure. Performed on Ub
1212
## 2-1. [Method 1] Docker build
1313
```
1414
$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes \
15-
&& docker build pytorch4raspberrypi .
15+
&& docker build -t pytorch4raspberrypi .
1616
1717
##### A pre-built .whl file will be generated directly under the /wheels folder.
1818

0 commit comments

Comments
 (0)