Skip to content

Commit

Permalink
Rolling mlserver back from 1.3.5 to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BON4 committed Jan 9, 2025
1 parent 0e0d96d commit 89902dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlserver/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ parts:
rm -rf /root/.cache/pip
# Adjust permissions
chown -R root:root ${MLSERVER_PATH} && chmod -R 776 ${MLSERVER_PATH}
chown -R root:root ${MLSERVER_PATH} && chmod -R 777 ${MLSERVER_PATH}
# Update mlserver script to reference the correct Python executable
export PYTHON_PATH="/opt/mlserver/venv/bin/python3.8"
Expand Down Expand Up @@ -113,7 +113,7 @@ parts:
override-prime: |
craftctl default
chown -R 1000:0 opt/mlserver
chmod -R 776 opt/mlserver
chmod -R 777 opt/mlserver
security-team-requirement:
plugin: nil
Expand Down

0 comments on commit 89902dd

Please sign in to comment.