Answer the question
In order to leave comments, you need to log in
Why is there not enough space for docker?
I am forced for certain reasons, mostly temporary, to use docker under windows
Docker ToolBox to be exact. Containers are created, launched, downloaded from Docker Hub, everything is good
The problem is this. There is a project on a flask with tensorflow, and models for AI at ~ 10GB.
Dockerfile like this:
FROM python:3.8-slim
COPY . /root
WORKDIR /root
RUN pip install flask gunicorn flask_wtf boto3 tqdm
RUN pip install numpy==1.18.5
RUN pip install tensorflow==2.2.0 onnxruntime==1.4.0
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question