diff --git a/Dockerfile b/Dockerfile index 04d8afd..f780509 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,12 @@ RUN apt update -y && \ make \ curl -RUN conda install -c conda-forge -y -q cookiecutter +RUN conda install -c conda-forge -y -q \ + cookiecutter \ + ipykernel \ + pip + RUN curl -sSL https://install.python-poetry.org | python3 - -ENV PATH="$HOME/root/.local/bin:${PATH}" \ No newline at end of file +ENV PATH="$HOME/root/.local/bin:${PATH}"