This commit is contained in:
Peter Goetz 2022-10-17 15:43:13 +02:00
Родитель 871ab10284
Коммит bc839f69c2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,6 +4,6 @@
#
FROM pego/dowhy-examples-notebooks-deps
RUN RUN apt update && DEBIAN_FRONTEND=noninteractive apt install --yes --quiet curl
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install --yes --quiet curl
RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH=$PATH:/root/.local/share/pypoetry/venv/bin