Skip to content

Commit

Permalink
refactor(launch): remove unused attribute (#4497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen committed Nov 17, 2022
1 parent b96107d commit 37d7538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wandb/sdk/launch/_project_spec.py
Expand Up @@ -77,7 +77,6 @@ def __init__(
self.name = name # TODO: replace with run_id
self.resource = resource
self.resource_args = resource_args
self.build_image: bool = docker_config.get("build_image", False)
self.python_version: Optional[str] = docker_config.get("python_version")
self.cuda_version: Optional[str] = docker_config.get("cuda_version")
self._base_image: Optional[str] = docker_config.get("base_image")
Expand Down

0 comments on commit 37d7538

Please sign in to comment.