Skip to content

Commit

Permalink
fixes after review.
Browse files Browse the repository at this point in the history
  • Loading branch information
turcato-niccolo committed Aug 21, 2024
1 parent 583aa3a commit 469d877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,14 @@ RUN cp -r eigen-3.4.0/Eigen /usr/local/include

#RUN python -m ensurepip --upgrade
RUN pip install -U pip
RUN pip3 install numpy==1.24.1 dill
RUN python3 -m pip install drake

# Copy everything
COPY . ./double_pendulum/
RUN git clone https://github.com/dfki-ric-underactuated-lab/double_pendulum.git

WORKDIR "/double_pendulum"

# RUN git checkout v0.1.0

RUN make install
RUN make pythonfull

RUN make doc
RUN make tests
Binary file not shown.
Binary file not shown.

0 comments on commit 469d877

Please sign in to comment.