Skip to content

Commit

Permalink
Change to pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Apr 1, 2024
1 parent 7517097 commit 6d16960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN ln -s /sharpy_dir/utils/docker/* /root/
# Install SHARPy
WORKDIR /sharpy_dir/
RUN git submodule update --init --recursive
RUN pip install .
RUN pip3 install .
RUN rm -rf build


Expand Down

0 comments on commit 6d16960

Please sign in to comment.