Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion custom_images/maap_base/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN wget -O Miniforge3-installer.sh https://github.com/conda-forge/miniforge/rel
bash Miniforge3-installer.sh -b -p /opt/conda && \
chgrp -R conda-users /opt/conda/ && chmod -R 775 /opt/conda/ && \
/opt/conda/bin/conda clean -afy && \
rm Miniforge3-installer.sh && \
echo "source /opt/conda/etc/profile.d/conda.sh" >> /root/.bashrc

ENV PATH=/opt/conda/bin:$PATH
ENV PATH=/opt/conda/bin:$PATH