FROM archlinux:base
RUN pacman -Sy --noconfirm python python-pip && \
pip install --break-system-packages --no-cache-dir shell-gpt && \
pacman -Scc --noconfirm && \
rm -rf /var/cache/pacman/pkg/*
VOLUME /tmp/shell_gpt
ENTRYPOINT ["sgpt"]
Content type
Image
Digest
sha256:573d6eaea…
Size
193.2 MB
Last updated
almost 2 years ago
docker pull chendotjs/shell_gpt