-
Notifications
You must be signed in to change notification settings - Fork 22
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 Basic Interfaces and CI/CD for web interface #212
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #212 +/- ##
==========================================
- Coverage 96.00% 95.89% -0.11%
==========================================
Files 9 9
Lines 975 974 -1
==========================================
- Hits 936 934 -2
- Misses 39 40 +1 |
The space has been converted to a |
Hi @FanwangM, I commented out the code in the workflow for building and pushing docker image. I also updated the command for pushing to HuggingFace. Could you run the workflow again to see if it works? I think it should work now. |
Hi @FanwangM ,I figured that we should use |
This is a good and important point! Thanks for bringing it up. We should have this on the to-do list. |
Hi @FanwangM, I noticed the pushing to HuggingFace is still failing for some reason. Just curious, did you setup the You can refer to this tutorial for how to generate the access token up if you haven't already. We also need to give all the necessary permissions to the token such as write access etc to allow our github action to be able to push. |
Thanks for checking this. But I did set up the Did you successfully deployed the application from your end using your own HF account before? |
Yes. I just deployed another version on my own space minutes ago. Did you set it up as |
We have |
This PR introduces the basic interfaces of our package, including the
intro
andMaxMin
page. Moreover, it established a complete CI/CD protocol to deploy the associated docker image toDockerHub
andHuggingFace
for deployment.The docker image is deployed on DockerHub.
The application is live on HuggingFace.
There are a few things that should be checked before merging:
Here is a demo of this PR:
Demo.mp4