FROM fedora:42

ENV ASAHI_VISIBLE_DEVICES 1
COPY --chmod=755 ../scripts /usr/bin
RUN build_llama_and_whisper.sh "asahi"

