Skip to content

don't start #6

@inokoi

Description

@inokoi

=> CACHED [2/9] RUN apt-get update 0.0s
=> CACHED [3/9] RUN apt-get -y install software-properties-common 0.0s
=> CACHED [4/9] RUN add-apt-repository ppa:deadsnakes/ppa 0.0s
=> CACHED [5/9] RUN apt-get update 0.0s
=> CACHED [6/9] RUN apt-get -y install libgl1-mesa-glx python3.7 python3-pip 0.0s
=> CACHED [7/9] COPY requirements.txt . 0.0s
=> ERROR [8/9] RUN python3.7 -m pip install -r requirements.txt

from distutils.util import strtobool
ModuleNotFoundError: No module named 'distutils.util'


Dockerfile:10


8 |

9 | COPY requirements.txt .

10 | >>> RUN python3.7 -m pip install -r requirements.txt

11 | ADD . .

12 |


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions