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 8, 2025
1 parent f8e8cc0 commit c1b9199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 777 ${MLSERVER_PATH}
chown -R root:root ${MLSERVER_PATH} && chmod -R 776 ${MLSERVER_PATH}
# Update mlserver script to reference the correct Python executable
export PYTHON_PATH="/opt/mlserver/venv/bin/python3.8"
Expand Down

0 comments on commit c1b9199

Please sign in to comment.