Error during Docker build – ignoring numpy
I try to create docker image. But I got an error – ERROR: Ignoring numpy: markers ‘python_version == "3.6" and
Continue readingDocker questions and answers
I try to create docker image. But I got an error – ERROR: Ignoring numpy: markers ‘python_version == "3.6" and
Continue readingI created basic Dockerfile for my tiny app in Python. FROM python:alpine3.8 COPY . /asfpApp WORKDIR /asfpApp RUN pip install
Continue reading