Sign inSign up

chendotjs/shell_gpt

By chendotjs

Updated almost 2 years ago

Image
0

241

chendotjs/shell_gpt repository overview

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"]

Tag summary

Content type

Image

Digest

sha256:573d6eaea

Size

193.2 MB

Last updated

almost 2 years ago

docker pull chendotjs/shell_gpt