Skip to content

Commit c995b46

Browse files
committed
bumb fastvrpy to 0.3.0 : add matrix_index and force_start
1 parent 8c90927 commit c995b46

13 files changed

Lines changed: 670 additions & 82 deletions

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa
2525
RUN apt-get update
2626

2727
RUN apt-get update && apt-get install -y --no-install-recommends \
28-
python3.11 \
28+
python3.8 \
2929
python3-pip \
3030
python3-dev \
3131
&& \
@@ -59,7 +59,7 @@ RUN install -d --owner app /srv/app/archives
5959
USER root
6060
WORKDIR /srv/app
6161

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

6464

6565

0 commit comments

Comments
 (0)