mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
4 lines
130 B
Docker
4 lines
130 B
Docker
ARG GO_VERSION=1.20
|
|
FROM mcr.microsoft.com/devcontainers/go:0-$GO_VERSION-bullseye
|
|
RUN apt-get update && apt-get install -y cmake
|