Eu instalei o anaconda no Docker Ubuntu 16.04LTS
RUN \
curl -O https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh && \
yes "yes" | bash Anaconda3-4.2.0-Linux-x86_64.sh && \
sudo -s source ~/.bashrc
mas quando eu faço
RUN conda list
Eu recebo um erro /bin/sh: 1: conda: not found
.
De acordo com anaconda
install In order to activate the installation, you should source the ~/.bashrc file:
, mas parece que isso não funcionou nesse caso.