Open AgimaFR opened 1 year ago
It's just a suggestion, but not being familiar with Docker, I didn't understand any of the explanations given for using mini-agi with Docker 🤷♂️😥
Do I simply have to? (thanks ChatGPT for the help 😉)
cd mini-agi
cp .env_example .env
.env file
docker build -t mini-agi .
docker run -it mini-agi
It's just a suggestion, but not being familiar with Docker, I didn't understand any of the explanations given for using mini-agi with Docker 🤷♂️😥
Do I simply have to? (thanks ChatGPT for the help 😉)
cd mini-agi
cp .env_example .env
.env file
(OPENAI_API_KEY...)docker build -t mini-agi .
docker run -it mini-agi