mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-09 23:37:07 +00:00
Fix code block syntax
This commit is contained in:
@@ -20,14 +20,14 @@ Designed with builders in mind; this container is perfect when you're aiming to
|
|||||||
|
|
||||||
### Quick Example Usage:
|
### Quick Example Usage:
|
||||||
|
|
||||||
```bash
|
```docker
|
||||||
docker run --rm -it dogkeeper886/ollama37-builder bash
|
docker run --rm -it dogkeeper886/ollama37-builder bash
|
||||||
```
|
```
|
||||||
|
|
||||||
When you have access inside your newly instantiated Docker environment (`dogkeeper886/ollama37-builder`):
|
When you have access inside your newly instantiated Docker environment (`dogkeeper886/ollama37-builder`):
|
||||||
|
|
||||||
1. Navigate to the source directory:
|
1. Navigate to the source directory:
|
||||||
```sh
|
```bash
|
||||||
cd /usr/local/src \
|
cd /usr/local/src \
|
||||||
&& git clone https://github.com/dogkeeper886/ollama37 \
|
&& git clone https://github.com/dogkeeper886/ollama37 \
|
||||||
&& cd ollama37
|
&& cd ollama37
|
||||||
|
|||||||
Reference in New Issue
Block a user