mirror of
https://github.com/mudler/LocalAI.git
synced 2025-03-01 11:51:34 +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
|