File size: 164 Bytes
d507333 | 1 2 3 4 5 | FROM ghcr.io/theroyallab/tabbyapi:latest
USER root
RUN apt-get update && apt-get install -y python3.12-dev build-essential && rm -rf /var/lib/apt/lists/*
USER node
|
d507333 | 1 2 3 4 5 | FROM ghcr.io/theroyallab/tabbyapi:latest
USER root
RUN apt-get update && apt-get install -y python3.12-dev build-essential && rm -rf /var/lib/apt/lists/*
USER node
|