Yashasv-Prajapati / Docify

5 stars 2 forks source link

Added Single Docker File for Python #173

Closed sarvo314 closed 1 month ago

sarvo314 commented 1 month ago

Directory docker/dockerfiles/Dockerfile_all_py YOU HAVE TO BE IN ROOT DIRECTORY TO RUN DOCKER FILE AS PYTHON NEEDS TO BE COPIED, CAN ONLY BE DONE BY BEING IN ROOT DIRECTORY

linear[bot] commented 1 month ago
CS3-175 Single DockerFile for Python

Create a single Dockerfile that installs all the requirements needed for all the features provided by Docify. Use ubuntu:22 1. UML generate 2. Dependency checker 3. Code Coverage We want to install all the dependencies for each of these in a single image and we would build a container everytime out this image. Test this by building the image, and name the image **docify_python**.