Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nepherhotep committed Nov 7, 2024
1 parent 5916aac commit 49a9f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build:
docker buildx build -f docker-xgboost-scikit-learn/Dockerfile .
docker buildx build -t orient-express:latest -f docker-xgboost-scikit-learn/Dockerfile .
5 changes: 1 addition & 4 deletions docker-xgboost-scikit-learn/run_inference_server.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import logging
import os

from kserve import ModelServer
from pythonjsonlogger import jsonlogger


if __name__ == "__main__":
Expand All @@ -14,4 +11,4 @@
model_server.start([])
except Exception as e:
logging.exception("Failed to start model")
raise e
raise e

0 comments on commit 49a9f6e

Please sign in to comment.