We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c411fbc commit 249ee7eCopy full SHA for 249ee7e
README.md
@@ -8,8 +8,8 @@ Converting the Food 101 custom machine learning model to .mlmodel format utilize
8
9
```bash
10
$ cd Convert-food101-model
11
-$ docker build -t convert-coreml .`
12
-$ docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/notebook" convert-coreml`
+$ docker build -t convert-coreml .
+$ docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/notebook" convert-coreml
13
```
14
15
If you don't have Docker installed, you can find instructions on installing [here](https://docs.docker.com/docker-for-mac/install/).
0 commit comments