Skip to content

Commit

Permalink
Install pip/python
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Apr 1, 2024
1 parent 6f92923 commit fdd5b8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ RUN yum groupinstall "Development Tools" -y --nogpgcheck && \
yum install -y --nogpgcheck mesa-libGL libXt libXt-devel wget gcc-gfortran lapack vim tmux && \
yum clean all

# Other required installs
RUN sudo yum -y install python3
RUN sudo yum -y install python3-pip

ADD / /sharpy_dir/

#COPY /utils/docker/* /root/
Expand Down

0 comments on commit fdd5b8d

Please sign in to comment.