Skip to content

jaycapist/RAG-MFS-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG-workshop

Running with Docker

This workshop is containerized using Docker, which simplifies setup and ensures a consistent environment for all participants.

Prerequisites

  • Docker installed on your machine.

Build and Run the Docker Container

  1. Clone the repository:

    git clone https://github.com/UH-CI/RAG-workshop.git
    cd RAG-workshop
  2. Build the Docker image:

    docker build -t rag-workshop .
  3. Run the Docker container:

    docker run -p 8888:8888 rag-workshop
  4. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%