beanlab / rubber-duck

This is for implementing the docker feature
0 stars 2 forks source link

Dockerize Rubber Duck #41

Open warlordwinter opened 1 month ago

warlordwinter commented 1 week ago

Upload the docker image to ecr follow this link an create a user

warlordwinter commented 4 days ago

docker run --rm -it -v 'C:\Users\18019\OneDrive\Desktop\cs301R\rubber-duck\wiley_config_v2.json':/config.json -e DISCORD_TOKEN=$DISCORD_TOKEN rubber-duck:fall2024 Note to self make sure to set the open AI Key

warlordwinter commented 4 days ago

Use this command to assemble. docker run --rm -it -v 'C:\Users\18019\OneDrive\Desktop\cs301R\rubber-duck\wiley_config_v2.json':/config.json -e DISCORD_TOKEN=$DISCORD_TOKEN -e OPENAI_API_KEY=$OPENAI_API_KEY rubber-duck:fall2024

warlordwinter commented 1 day ago

Alright the AWS is running smoothly. We are able to create and put images in the project. All we need to do next is to test pulling down and running the Docker image.