Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
5c0331fd
Unverified
Commit
5c0331fd
authored
Apr 10, 2025
by
湛露先生
Committed by
GitHub
Apr 09, 2025
Browse files
Fix dockerfile. (#9855)
Signed-off-by:
zhanluxianshen
<
zhanluxianshen@163.com
>
parent
e7019c94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
5c0331fd
...
@@ -104,8 +104,8 @@ COPY --from=cuda-12 dist/lib/ollama/cuda_v12 /lib/ollama/cuda_v12
...
@@ -104,8 +104,8 @@ COPY --from=cuda-12 dist/lib/ollama/cuda_v12 /lib/ollama/cuda_v12
FROM
--platform=linux/arm64 scratch AS arm64
FROM
--platform=linux/arm64 scratch AS arm64
COPY
--from=cuda-11 dist/lib/ollama/cuda_v11 /lib/ollama/cuda_v11
COPY
--from=cuda-11 dist/lib/ollama/cuda_v11 /lib/ollama/cuda_v11
COPY
--from=cuda-12 dist/lib/ollama/cuda_v12 /lib/ollama/cuda_v12
COPY
--from=cuda-12 dist/lib/ollama/cuda_v12 /lib/ollama/cuda_v12
COPY
--from=jetpack-5 dist/lib/ollama/cuda_v11 lib/ollama/cuda_jetpack5
COPY
--from=jetpack-5 dist/lib/ollama/cuda_v11
/
lib/ollama/cuda_jetpack5
COPY
--from=jetpack-6 dist/lib/ollama/cuda_v12 lib/ollama/cuda_jetpack6
COPY
--from=jetpack-6 dist/lib/ollama/cuda_v12
/
lib/ollama/cuda_jetpack6
FROM
scratch AS rocm
FROM
scratch AS rocm
COPY
--from=rocm-6 dist/lib/ollama/rocm /lib/ollama/rocm
COPY
--from=rocm-6 dist/lib/ollama/rocm /lib/ollama/rocm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment