Skip to main content

Run PgVector on Docker

Create a file resources.py with the following contents:
resources.py
Start resources using:
Press Enter to confirm and verify container status on the docker dashboard.

Run Jupyter on Docker

A jupyter notebook is a must have for AI development. Update the resources.py file to:
resources.py
Start resources using:

View Jupyterlab UI

  • Open localhost:8888 to view the Jupyterlab UI. Password: admin
  • The directory is automatically mounted in the notebook.

Stop resources