Make ChatGPT reliably use command line tool

This commit is contained in:
Ole Morud
2023-05-26 23:39:39 +02:00
parent 90dce3e8e4
commit c3f05ced14
4 changed files with 96 additions and 22 deletions

5
container/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM ubuntu:latest
RUN apt update -y \
&& apt install -y dc curl