Skip to content

Commit 5534d94

Browse files
authored
Update volume mounting
1 parent f8194f2 commit 5534d94

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
@@ -7,6 +7,6 @@ Converting the Food 101 custom machine learning model to .mlmodel format utilize
77

88
1. `cd Convert-food101-model`
99
2. `docker build -t convert-coreml .`
10-
3. `docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/" convert-coreml`
10+
3. `docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/notebook" convert-coreml`
1111

1212
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

Comments
 (0)