An open API service indexing awesome lists of open source software.

https://github.com/tlaanemaa/langflow-docker

Simple Docker wrapper for LangFlow
https://github.com/tlaanemaa/langflow-docker

docker langchain langflow web-ui

Last synced: 2 months ago
JSON representation

Simple Docker wrapper for LangFlow

Awesome Lists containing this project

README

          

# LangFlow Docker

_Simple Docker wrapper for [LangFlow](https://github.com/logspace-ai/langflow)._

[![Build and push Docker image to GHCR](https://github.com/tlaanemaa/langflow-docker/actions/workflows/build-and-push-image.yml/badge.svg)](https://github.com/tlaanemaa/langflow-docker/actions/workflows/build-and-push-image.yml)

This is basically just a copy-paste of [their docker example](https://github.com/logspace-ai/langflow/tree/dev/docker_example), so that you don't need to clone the whole repository.

## Running

```sh
git clone https://github.com/tlaanemaa/langflow-docker.git
cd langflow-docker
docker compose up
```

The web UI will be accessible on port [7860](http://localhost:7860/)

## Resources

- [Prebuilt image](https://github.com/tlaanemaa/langflow-docker/pkgs/container/langflow-docker)
- [Official HuggingFace space](https://logspace-langflow.hf.space/)