rozek commited on
Commit
0859069
·
1 Parent(s): 99280b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 crated before:<br>&nbsp;<br>`docker run --rm \
48
  -v ./llama.cpp_in_Docker:/llama.cpp \
49
  -t basic-python /bin/bash`<br>&nbsp;<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>&nbsp;<br>`docker run --rm \
48
  -v ./llama.cpp_in_Docker:/llama.cpp \
49
  -t basic-python /bin/bash`<br>&nbsp;<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