Skip to content

Commit

Permalink
use utils env
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Apr 10, 2024
1 parent b05f716 commit 3f70d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cd /etc/yum.repos.d/ && \

# Development tools including compilers
RUN yum groupinstall "Development Tools" -y --nogpgcheck && \
yum install -y --nogpgcheck mesa-libGL libXt libXt-devel wget gcc-gfortran lapack vim tmux cmake && \
yum install -y --nogpgcheck mesa-libGL libXt libXt-devel wget gcc-gfortran lapack vim tmux && \
yum clean all

# Install Mamba
Expand All @@ -32,7 +32,7 @@ RUN mamba init bash
# RUN mamba config --set always_yes yes --set changeps1 no
RUN mamba update -q conda
# RUN mamba config --set auto_activate_base false
RUN mamba env create -f /sharpy_dir/environment.yml
RUN mamba env create -f /sharpy_dir/utils/environment.yml
#RUN mamba clean -afy
RUN find /mamba/ -follow -type f -name '*.a' -delete
RUN find /mamba/ -follow -type f -name '*.pyc' -delete
Expand Down

0 comments on commit 3f70d1e

Please sign in to comment.