mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-10 07:46:59 +00:00
Update README.md
This commit is contained in:
@@ -29,7 +29,7 @@ Ensure you have Docker installed on your system and that your NVIDIA K80 GPU is
|
||||
To pull the image from Docker Hub, use:
|
||||
|
||||
```bash
|
||||
docker pull dogkeeper886/ollama37/ollama-k80-lab
|
||||
docker pull dogkeeper886/ollama37
|
||||
```
|
||||
|
||||
### Running the Container
|
||||
@@ -37,7 +37,7 @@ docker pull dogkeeper886/ollama37/ollama-k80-lab
|
||||
To run the container with GPU support, execute:
|
||||
|
||||
```bash
|
||||
docker run --runtime=nvidia --gpus all -p 11434:11434 dogkeeper886/ollama37/ollama-k80-lab
|
||||
docker run --runtime=nvidia --gpus all -p 11434:11434 dogkeeper886/ollama37
|
||||
```
|
||||
|
||||
This command will start Ollama and expose it on port `11434`, allowing you to interact with the service.
|
||||
|
||||
Reference in New Issue
Block a user