init
This commit is contained in:
commit
acbe081684
5 changed files with 33 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM python:3.12-alpine
|
||||
|
||||
RUN apk add --upgrade --no-cache git vim bash
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
RUN pip install --no-build-isolation git+https://github.com/marcolardera/chatgpt-cli
|
||||
|
||||
ENTRYPOINT [ "tail", "-f", "/dev/null" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue