Skip to content

Commit 905d285

Browse files
author
dbickson
committed
cleaning typos
1 parent 72ba48d commit 905d285

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

INSTALL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,16 @@ sudo dpkg -i fastdup-<VERSION>-ubuntu-20.04.deb
5757
Application name is fastdup.
5858

5959
# Docker
60+
6061
##Pull from docker hub the latest ubuntu
62+
6163
```bash
6264
docker pull karpadoni/fastdup-ubuntu-20.04
6365
```
6466

6567

6668
## Build your own docker
69+
6770
```bash
6871
docker build -f Dockerfile -t fastdup-ubuntu .
6972
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fastdup.create_duplicates_gallery('outliers.csv', save_path='.') #create
7474
- [Finding duplicates and outliers in the Food-101 datadset:](https://github.com/visualdatabase/fastdup/blob/main/examples/getting_started_food101.ipynb)
7575

7676
## Detailed instructions
77-
- [Detailed isntructions, install from stable release and installation issues](INSTALL.md)
77+
- [Detailed instructions, install from stable release and installation issues](INSTALL.md)
7878
- [Detailed running instructions](RUN.md)
7979

8080
# Support

0 commit comments

Comments
 (0)