mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 21:18:08 +08:00
Removed webui code from setup.py and services.py (#168)
This commit is contained in:
committed by
Robert Nishihara
parent
84296c8905
commit
e00b27b14e
@@ -8,10 +8,6 @@ import subprocess
|
||||
from setuptools import setup, find_packages
|
||||
import setuptools.command.install as _install
|
||||
|
||||
subprocess.check_call(["../../build-webui.sh"])
|
||||
datafiles = [(root, [os.path.join(root, f) for f in files])
|
||||
for root, dirs, files in os.walk("./webui")]
|
||||
|
||||
class install(_install.install):
|
||||
def run(self):
|
||||
subprocess.check_call(["../../build.sh"])
|
||||
@@ -31,7 +27,6 @@ setup(name="ray",
|
||||
"photon": ["build/photon_scheduler",
|
||||
"photon/libphoton.so"],
|
||||
"global_scheduler": ["build/global_scheduler"]},
|
||||
data_files=datafiles,
|
||||
cmdclass={"install": install},
|
||||
install_requires=["numpy",
|
||||
"funcsigs",
|
||||
|
||||
Reference in New Issue
Block a user