Skip to content

Docker installation : terms of service approval error #323

@tom-bertrand-uliege

Description

@tom-bertrand-uliege

During the Docker installation, I came across this error

=> ERROR [11/14] RUN mamba install -c conda-forge --yes --file pykokkos-base/requirements.txt python=3.11        78.4s
------
 > [11/14] RUN mamba install -c conda-forge --yes --file pykokkos-base/requirements.txt python=3.11:
1.074 warning  libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
1.074
1.074 warning  libmamba Please make sure you understand Anaconda Terms of Services.
1.074
1.074 warning  libmamba See: https://legal.anaconda.com/policies/en/

which can be corrected by adding an approval of the Anaconda Terms of Services directly in the Dockerfile by adding

RUN conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
RUN conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r

in the # install dependencies section.

Maybe I just made a newbie mistake, but anyway, it could help other newbies go through the installation smoothly ^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions