mirror of
https://github.com/ollama/ollama.git
synced 2025-07-12 18:02:47 +02:00
Add back ROCm container support
This adds ROCm support back as a discrete image.
This commit is contained in:
@ -13,3 +13,13 @@ docker build \
|
||||
-f Dockerfile \
|
||||
-t ollama/ollama:$VERSION \
|
||||
.
|
||||
|
||||
docker build \
|
||||
--load \
|
||||
--platform=linux/amd64 \
|
||||
--build-arg=VERSION \
|
||||
--build-arg=GOFLAGS \
|
||||
--target runtime-rocm \
|
||||
-f Dockerfile \
|
||||
-t ollama/ollama:$VERSION-rocm \
|
||||
.
|
||||
|
Reference in New Issue
Block a user