Add timeout to command and improve system prompt

This commit is contained in:
Ole Morud
2023-05-27 17:53:00 +02:00
parent ad8ab48dff
commit 75383e052a
3 changed files with 48 additions and 23 deletions

View File

@@ -2,4 +2,4 @@
FROM ubuntu:latest
RUN apt update -y \
&& apt install -y dc curl
&& apt install -y dc curl python3 python3-pip