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 f8194f2 commit 5534d94Copy full SHA for 5534d94
README.md
@@ -7,6 +7,6 @@ Converting the Food 101 custom machine learning model to .mlmodel format utilize
7
8
1. `cd Convert-food101-model`
9
2. `docker build -t convert-coreml .`
10
-3. `docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/" convert-coreml`
+3. `docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/notebook" convert-coreml`
11
12
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