Skip to content

Commit

Permalink
[BugFix] new docker image and update __version__ variable
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Feb 6, 2025
1 parent b5e61a7 commit 4f91172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY nvidia_icd.json /usr/share/vulkan/icd.d/nvidia_icd.json
COPY nvidia_layers.json /etc/vulkan/implicit_layer.d/nvidia_layers.json

# install dependencies
RUN pip install --upgrade mani-skill==3.0.0.b16 && pip cache purge
RUN pip install --upgrade mani-skill==3.0.0.b18 && pip cache purge
RUN pip install torch

# download physx GPU binary via sapien
Expand Down
2 changes: 1 addition & 1 deletion mani_skill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .utils.logging_utils import logger

__version__ = "3.0.0b14"
__version__ = "3.0.0b18"

# ---------------------------------------------------------------------------- #
# Setup paths
Expand Down

0 comments on commit 4f91172

Please sign in to comment.