Skip to content

araujofrancisco/jupyterhub-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JupyterHub Docker Image with AI Libraries and Python 3.10

This project provides a Docker image of JupyterLab running on JupyterHub, with pre-installed libraries for AI and Python 3.10. Getting Started

To use this Docker image, you will need to have Docker installed on your machine. Once you have Docker installed, you can pull the image from the latest project package.

Alternatively, you can build the image from the source code in this repository by running the following command:

docker build -t jupyterhub-docker

Running the Container

To run the container, use the following command:

docker run -p 8000:8000 <docker_username>/jupyterlab-ai-python3.10

This will start JupyterHub on port 8000. You can access it by opening your web browser and navigating to http://localhost:8000.

Included Libraries

This Docker image includes the following libraries:

TA-Lib
hnswlib
langchain
unstructured
pandas
scipy
matplotlib
chromadb
tiktoken
openai

Contributing

If you would like to contribute to this project, please feel free to submit a pull request. We welcome contributions from the community. License

This project is licensed under the MIT License. See the LICENSE file for details.