Skip to content

Commit 91f5aca

Browse files
author
David Eigen
committed
remove pip install clarifai from model_run_locally
1 parent 6fb0396 commit 91f5aca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clarifai/runners/models/model_run_locally.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ def install_requirements(self):
8181
logger.info(
8282
f"Installing requirements from {self.requirements_file}... in the virtual environment {self.venv_dir}"
8383
)
84-
logger.info("Installing Clarifai package...")
85-
subprocess.check_call(
86-
[pip_executable, "install", "clarifai==" + __import__("clarifai").__version__])
8784
logger.info("Installing model requirements...")
8885
subprocess.check_call([pip_executable, "install", "-r", self.requirements_file])
8986
logger.info("Requirements installed successfully!")

0 commit comments

Comments
 (0)