Skip to content

Commit

Permalink
bumb fastvrpy to 0.3.0 : add matrix_index and force_start
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Graber committed Mar 20, 2023
1 parent 8c90927 commit 5e1c297
Show file tree
Hide file tree
Showing 13 changed files with 620 additions and 83 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get update

RUN apt-get update && apt-get install -y --no-install-recommends \
python3.11 \
python3.8 \
python3-pip \
python3-dev \
&& \
Expand Down Expand Up @@ -59,7 +59,7 @@ RUN install -d --owner app /srv/app/archives
USER root
WORKDIR /srv/app

RUN pip3 install unconstrained-initialization/dependencies/fastvrpy-0.2.1.tar.gz --user
RUN pip3 install unconstrained-initialization/dependencies/fastvrpy-0.3.0.tar.gz --user



Expand Down
Loading

0 comments on commit 5e1c297

Please sign in to comment.