Anar Ahmadov

Results 1 issues of Anar Ahmadov

My Dockerfile contains these. ``` FROM python:3.10-alpine WORKDIR /app ## Install gcc and other dependencies, needed for image manipulations RUN apk add --no-cache gcc g++ musl-dev libffi-dev openssl-dev make openblas-dev...