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
f371260e
"cacheflow/vscode:/vscode.git/clone" did not exist on "1a7eb7da6157541ed7867c9aff94231695f2cee9"
Unverified
Commit
f371260e
authored
Jul 06, 2025
by
Vincent RAMPAL
Committed by
GitHub
Jul 05, 2025
Browse files
Update base image to Ubuntu 24.04 LTS (#9681)
parent
c9e6d771
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
f371260e
...
@@ -104,7 +104,7 @@ FROM ${FLAVOR} AS archive
...
@@ -104,7 +104,7 @@ FROM ${FLAVOR} AS archive
COPY
--from=cpu dist/lib/ollama /lib/ollama
COPY
--from=cpu dist/lib/ollama /lib/ollama
COPY
--from=build /bin/ollama /bin/ollama
COPY
--from=build /bin/ollama /bin/ollama
FROM
ubuntu:2
0
.04
FROM
ubuntu:2
4
.04
RUN
apt-get update
\
RUN
apt-get update
\
&&
apt-get
install
-y
ca-certificates
\
&&
apt-get
install
-y
ca-certificates
\
&&
apt-get clean
\
&&
apt-get clean
\
...
...
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