Using VSCode Flatpak to launch DevContainers Using Podman with Support for Nvidia CUDA and VSCode's "Container Features" In SilverBlue.
Note: This Setup Works for Machine Learning and GPU Acceleration in Containers
FROM golang | |
WORKDIR /tmp | |
RUN git clone --recursive https://github.com/vanilla-os/apx && cd apx | |
COPY Makefile /tmp/apx/Makefile | |
RUN cd apx && make build && make install | |