Gorka
Gorka
Regarding the UseCase of ChemicalSubstance, I would like to use it as a property of a hypothetical Crystallization Experiment BioSchema. Thus, I believe that by adding few properties (see below)...
`class RayServePlugin(BaseDeploymentClient): def __init__(self, uri): super().__init__(uri) try: # TODO: support URI and redis password (ray-serve:/192.168....)? ray.init(address="auto")` In the newer versions of ray is initialized with "serve" as default namespace and...
Hello, I'm opening this ticket as I was trying to deploy deepchem-gui on Docker when I found a critical issue. In the Dockerfile, the deepchem and rdkit packages are never...