Skip to content

Commit

Permalink
Install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Apr 1, 2024
1 parent 352ca73 commit 59ee375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN yum groupinstall "Development Tools" -y --nogpgcheck && \

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

ADD / /sharpy_dir/

Expand All @@ -28,7 +29,7 @@ RUN ln -s /sharpy_dir/utils/docker/* /root/
# Install SHARPy
WORKDIR /sharpy_dir/
RUN git submodule update --init --recursive
RUN pip3 install --user .
RUN pip3 install .
RUN rm -rf build


Expand Down

0 comments on commit 59ee375

Please sign in to comment.