Yashasv-Prajapati / Docify

6 stars 4 forks source link

Added Single Docker File for Python #173

Closed sarvo314 closed 6 months ago

sarvo314 commented 6 months 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 6 months 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**.