benman1 / generative_ai_with_langchain

Build large language model (LLM) apps with Python, ChatGPT and other models. This is the companion repository for the book on generative AI with LangChain.
https://amzn.to/43PuIkQ
MIT License
600 stars 242 forks source link

Docker Setup Command #15

Closed insculptor closed 8 months ago

insculptor commented 9 months ago

Books Errata:

Chapter 3 Setting up Docker: Build the Docker image from the Dockerfile in this repository: docker build -t langchain_ai

This should be

Build the Docker image from the Dockerfile in this repository: docker build -t langchain_ai .

(Add .)

benman1 commented 8 months ago

Thanks, @insculptor! I sometimes forget the dot. I'll ask the book editor to correct this!