mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-01 16:34:59 +00:00
feature: add devcontainer for live debugging (#60)
This commit is contained in:
parent
550ae9c968
commit
3e71c90949
5 changed files with 92 additions and 13 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue