mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-17 06:18:49 -04:00
feature: add devcontainer for live debugging (#60)
This commit is contained in:
3
.devcontainer/Dockerfile
Normal file
3
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
ARG GO_VERSION=1.20
|
||||
FROM mcr.microsoft.com/devcontainers/go:0-$GO_VERSION-bullseye
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
Reference in New Issue
Block a user