-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Docker Deployment #11
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the Streamlit Cloud Deployment from my fork, proving that the |
pavelzw
reviewed
Oct 5, 2024
@pavelzw missing your approval checkmark :) |
pavelzw
approved these changes
Oct 14, 2024
ytausch
force-pushed
the
add-dockerfile
branch
from
October 29, 2024 11:43
3754cd0
to
c19d02a
Compare
add Dockerfile
no setuptools-scm Co-authored-by: Pavel Zwerschke <[email protected]>
ytausch
force-pushed
the
add-dockerfile
branch
from
October 31, 2024 13:38
c19d02a
to
de04fa4
Compare
pavelzw
approved these changes
Oct 31, 2024
jaimergp
reviewed
Nov 4, 2024
jaimergp
reviewed
Nov 4, 2024
jaimergp
reviewed
Nov 4, 2024
jaimergp
reviewed
Nov 4, 2024
jaimergp
reviewed
Nov 4, 2024
ytausch
force-pushed
the
add-dockerfile
branch
from
November 4, 2024 11:20
f023422
to
8489fb2
Compare
ytausch
force-pushed
the
add-dockerfile
branch
from
November 4, 2024 13:50
b8a2386
to
e426bcc
Compare
Co-authored-by: jaimergp <[email protected]>
ytausch
force-pushed
the
add-dockerfile
branch
from
November 4, 2024 13:50
e426bcc
to
b056194
Compare
Since |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This follow-up PR of #10 is intended to be merged after #10.
In this PR, we add a Docker deployment for the app. The pixi environment is used within the Docker container.
To allow app installation within the container, I restructured the project to be located in a Python module that is installable with pip. Unfortunately, because of limitations imposed by Streamlit, a workaround (app_proxy.py) was required for Streamlit to execute an app from a Python module.
If you want to use the Docker container today, a Docker Image has already been pushed to GHCR in my fork.
diff view for convenience
@pavelzw