-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Labels
No labels