Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 964 Bytes

File metadata and controls

25 lines (18 loc) · 964 Bytes

llm-hackathon

LLM pilot projects

Environment

This repo includes the recipe for a custom docker image with dependencies for a general ML/NLP/web scraping and langchain-based LLM development environment in python. It is not necessary to rebuild the image -- just pull it from dockerhub and spin it up.

Prerequisites (Ubuntu)

Environment setup

You can use native docker commands but this repo also includes a makefile docker.mk for convenience.

Pull the docker image from dockerhub:

make -f docker.mk pull

Run container in an interactive bash environment:

make -f docker.mk run