mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-10 07:46:59 +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:
|
||||
|
||||
```bash
|
||||
```docker
|
||||
docker run --rm -it dogkeeper886/ollama37-builder bash
|
||||
```
|
||||
|
||||
When you have access inside your newly instantiated Docker environment (`dogkeeper886/ollama37-builder`):
|
||||
|
||||
1. Navigate to the source directory:
|
||||
```sh
|
||||
```bash
|
||||
cd /usr/local/src \
|
||||
&& git clone https://github.com/dogkeeper886/ollama37 \
|
||||
&& cd ollama37
|
||||
|
||||
Reference in New Issue
Block a user