ARG CUDA_DOCKER_ARCH=all
RUN apt-get update && \
- apt-get install -y build-essential git cmake libsdl2-dev wget
+ apt-get install -y build-essential git cmake libsdl2-dev wget git
WORKDIR /app
ENV GGML_CUDA=1
RUN apt-get update && \
- apt-get install -y build-essential libsdl2-dev wget cmake \
+ apt-get install -y build-essential libsdl2-dev wget cmake git \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
# Ref: https://stackoverflow.com/a/53464012
WORKDIR /app
RUN apt-get update && \
- apt-get install -y curl ffmpeg wget cmake \
+ apt-get install -y curl ffmpeg wget cmake git \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
COPY --from=build /app /app
WORKDIR /app
RUN apt-get update && \
- apt-get install -y build-essential wget cmake \
+ apt-get install -y build-essential wget cmake git \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
COPY .. .
WORKDIR /app
RUN apt-get update && \
- apt-get install -y curl ffmpeg libsdl2-dev wget cmake \
+ apt-get install -y curl ffmpeg libsdl2-dev wget cmake git \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
COPY --from=build /app /app
msystem: ${{matrix.sys}}
install: >-
base-devel
+ git
mingw-w64-${{matrix.env}}-toolchain
mingw-w64-${{matrix.env}}-cmake
mingw-w64-${{matrix.env}}-SDL2