Mostafa Elmenbawy
Mostafa Elmenbawy
**Why we need it:** * Maintainers can develop in a container * Potential users can re-train GFPGAN in a containerized environment * Others can try it in an isolated environment...
Docker as an underlying runtime is being deprecated in favor of runtimes that use the Container Runtime Interface (CRI) created for Kubernetes. > It will not be removed before Kubernetes...
* Create Dockerfile for GPFGAN and add .Dockerignore file * Build the docker image automatically on pushes and PRs to "Master" branch via CI job * Update README.md with steps...