Skip to content

Commit

Permalink
Bump dora version
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Jun 5, 2023
1 parent 51b4244 commit 01644e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ RUN sudo chown -R dora:dora .
# RUN conda activate dora3.7 && python3 -c "from strong_sort import StrongSORT; import torch; StrongSORT('osnet_x0_25_msmt17.pt', torch.device('cuda'), False)"
# RUN conda activate dora3.7 && python3 -c "import yolov7_tt100k"

RUN sudo wget https://github.com/dora-rs/dora/releases/download/v0.2.2/dora-v0.2.2-x86_64-Linux.zip && sudo unzip dora-v0.2.2-x86_64-Linux.zip -d /bin
RUN conda activate dora3.7 && python3 -m pip install dora-rs==0.2.2 patchelf --upgrade
RUN sudo wget https://github.com/dora-rs/dora/releases/download/v0.2.3/dora-v0.2.3-x86_64-Linux.zip && sudo unzip dora-v0.2.3-x86_64-Linux.zip -d /bin
RUN conda activate dora3.7 && python3 -m pip install dora-rs==0.2.3 patchelf --upgrade

WORKDIR /home/dora/workspace/dora-drives
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion install_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pyquaternion
##### CARLA dependencies #####
networkx==2.2
ninja
dora-rs==0.2.2
dora-rs==0.2.3
tensorboard

##### MiDaS ####
Expand Down

0 comments on commit 01644e3

Please sign in to comment.