Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add demo devcontainer #201

Merged
merged 4 commits into from
Apr 28, 2023

Conversation

aaronsteers
Copy link
Contributor

@aaronsteers aaronsteers commented Apr 26, 2023

Partially resolves #196 (No demo workflow yet, but UI launches successfully.)

Important:

  1. I've tested this locally in VS Code successfully - the postCreateCommand performs both the install of langflow from pip (via pipx) and also the launching of langflow UI. VS Code also helpfully told me when the new port had been opened and I could simply click the button to open the site in a browser tap.
  2. Page functions in the UI seem to be working great.
  3. I have not yet tested this in Codespaces, but something other than the default 2-CPU image might be warranted here.
  4. The new README could use some more work, admittedly, but as of now at least, it tells the audience what to expect from the container.

Can be tested with this link: Create new codespace

You have to manually select the branch and also choose second option in the list of Devcontainer options:

image

@ogabrielluiz
Copy link
Contributor

This looks great. I'll test it asap.

We are adding loading of Example from the langflow_examples repo so the demo should be pretty easy to run.

@ogabrielluiz ogabrielluiz merged commit be94977 into langflow-ai:dev Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tutorial/demo using Codespaces
2 participants