Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ container and store the quantization results
|
|
44 |
3. within the <u>Docker Desktop</u>, search for and download a `basic-python` image - just use one of
|
45 |
the most popular ones
|
46 |
4. from a <u>terminal session on your host computer</u> (i.e., not a Docker container!), start a new container
|
47 |
-
for the downloaded image which mounts the folder we
|
48 |
-v ./llama.cpp_in_Docker:/llama.cpp \
|
49 |
-t basic-python /bin/bash`<br> <br>(you may have to adjust the path to your local folder)
|
50 |
5. back in the <u>Docker Desktop</u>, open the "Terminal" tab of the started container and enter the
|
|
|
44 |
3. within the <u>Docker Desktop</u>, search for and download a `basic-python` image - just use one of
|
45 |
the most popular ones
|
46 |
4. from a <u>terminal session on your host computer</u> (i.e., not a Docker container!), start a new container
|
47 |
+
for the downloaded image which mounts the folder we created before:<br> <br>`docker run --rm \
|
48 |
-v ./llama.cpp_in_Docker:/llama.cpp \
|
49 |
-t basic-python /bin/bash`<br> <br>(you may have to adjust the path to your local folder)
|
50 |
5. back in the <u>Docker Desktop</u>, open the "Terminal" tab of the started container and enter the
|