소스 검색

cleanup docker section in readme

Jeffrey Morgan 1 년 전
부모
커밋
06bcfbd629
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      README.md

+ 1 - 6
README.md

@@ -29,12 +29,7 @@ curl https://ollama.ai/install.sh | sh
 
 ### Docker
 
-```
-docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
-docker exec -it ollama ollama run llama2
-```
-
-For GPU support, use `--gpus=all`. See the Docker [image](https://hub.docker.com/r/ollama/ollama) for more information.
+See the official [Docker image](https://hub.docker.com/r/ollama/ollama).
 
 ## Quickstart