Closed yoavnash closed 3 years ago
Running the Dockerfile failed with multiple errors Changing the base image to python:3.8 solved it.
python:3.8
Dockerfile:
FROM python:3.8 LABEL maintainer="pablo.de.andres@iwm.fraunhofer.de" RUN apt-get update RUN python -m pip install --upgrade pip WORKDIR /simphony/osp-core ADD . . RUN pip install .
Related to #717 and #718
Running the Dockerfile failed with multiple errors Changing the base image to
python:3.8
solved it.Dockerfile:
Related to #717 and #718