Преглед на файлове

Switch back to ubuntu base

The size increase for rocm support in the standard image is problematic
We'll revisit multiple tags for rocm support in a follow up PR.
Daniel Hiltgen преди 1 година
родител
ревизия
a34e1ad3cf
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -109,7 +109,8 @@ ARG CGO_CFLAGS
 RUN go build .
 RUN go build .
 
 
 # Runtime stages
 # Runtime stages
-FROM --platform=linux/amd64 rocm/dev-centos-7:6.0-complete as runtime-amd64
+FROM --platform=linux/amd64 ubuntu:22.04 as runtime-amd64
+RUN apt-get update && apt-get install -y ca-certificates
 COPY --from=build-amd64 /go/src/github.com/jmorganca/ollama/ollama /bin/ollama
 COPY --from=build-amd64 /go/src/github.com/jmorganca/ollama/ollama /bin/ollama
 FROM --platform=linux/arm64 ubuntu:22.04 as runtime-arm64
 FROM --platform=linux/arm64 ubuntu:22.04 as runtime-arm64
 RUN apt-get update && apt-get install -y ca-certificates
 RUN apt-get update && apt-get install -y ca-certificates