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

Creating a custom dockerfile #365

Open
arhaang13 opened this issue Jun 20, 2024 · 5 comments
Open

Creating a custom dockerfile #365

arhaang13 opened this issue Jun 20, 2024 · 5 comments

Comments

@arhaang13
Copy link

Hi,

I created custom plugins and I now want to build the dockerfile and run the same using chainlit how do i do so. I am trying to deploy the same using docker on a remote server.

Thanks

@liqul
Copy link
Contributor

liqul commented Jun 20, 2024

We don't support execution inside a 'remote' container now.

@arhaang13
Copy link
Author

Hi,

I am basically trying to deploy a custom UI page for taskWeaver. I changed the app.py file and chainlit.md file. But the UI still did not change.
Can you help me out with the same.

Then, I want to deploy it using docker. So I was trying to build the dockerfile inside the all_in_one_container.

Please help me out with the same.

Thank you!

@liqul
Copy link
Contributor

liqul commented Jun 21, 2024

Have you re-build the docker image after making those changes? The script is here. You may want to change the name of the image in the script, by changing

version="0.2"
imageName="taskweavercontainers/taskweaver-all-in-one"

Once the script is ready, just run it to build the new image.

@arhaang13
Copy link
Author

Thanks. I have another question.

I want to add my custom logo instead of the TaskWeaver logo. I cannot find the place where the logo's image is being used in the chainlit frontend. Can you help out with the same,

Thank you!

@liqul
Copy link
Contributor

liqul commented Jun 27, 2024

I guess you can find it under playground/UI/public?

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

No branches or pull requests

2 participants