This workshop is containerized using Docker, which simplifies setup and ensures a consistent environment for all participants.
- Docker installed on your machine.
-
Clone the repository:
git clone https://github.com/UH-CI/RAG-workshop.git cd RAG-workshop
-
Build the Docker image:
docker build -t rag-workshop .
-
Run the Docker container:
docker run -p 8888:8888 rag-workshop
-
Access Jupyter Notebook:
Open your web browser and navigate to the URL provided in the terminal output. It will look something like this:
http://127.0.0.1:8888/?token=...
You can then open and run the
main.ipynb
notebook.