-
Notifications
You must be signed in to change notification settings - Fork 25
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
Dockerize Autotype #20
Comments
Use This Proposal Template as a Reference to write your own proposal for MsocYour Issue NameYour Background and Technical Skills.What problem are you trying to solve and Your Approach?Your Timeline to solve the problem. |
Example of Proposal.Improve the generated PDF in the PDF/LaTeX backendAbout meI have been programming since High School and I have been Advocating for Open-Source projects for the past 2 years. I Issue - Intermittent CI failures with PDF buildsIssue - The "PDF/LaTeX backend" stage often fails on CI, causing the docs not to deploy (since they only deploy if that stage passes) Restarting the build usually fixes it though. Proposed Solution….● Fixing any bug on the CI end. TimeLineMay 20 - June 12Community bonding, understanding Documenter.jl Codebase, re-scoping project implementation/timeline with help from mentors. June 13 - June 23Learning Julia Essentials and other essentials for integration and fixing of issue #1196 and #1467 and #1342 . June 24 - July 15Adding the Proposed Solution for the issue #1196 and #1467 |
|
Thanks @GJS2162 for showing Interest in the project, I'll assigning you this project, if you need any of my help just ping me up. |
Use this reference video to get an Idea of how to containerise a Python App with docker also mention in Docs to Run the container. |
Thank you @AnjumanHasan and @Mr-Sunglasses |
@Mr-Sunglasses @AnjumanHasan As I have been exposed to some new things regarding the issue I just need some more time to work on it. |
Dockerizing Autotype
Overview
Make a Docker Container of Autotype for Easy Workflow.
Description
Docker is a set of platform-as-a-service products that use OS-level virtualization to deliver software in packages called containers.
Containers are isolated from one another and bundle their own software, libraries, and configuration files; they can communicate with each other through well-defined channels. The main goal is to dockerize Autotype, so that it can run on any platform without any conflict.
Expected outcomes
Working Docker Container of Autotype with proper documentation in Docs to Run it in the README.md.
Skills
Python, Docker
Possible mentors
Kanishk Pachauri, Anjuman Hassan
Expected project size
5 hours.
Difficulty
Easy
The text was updated successfully, but these errors were encountered: