Document in High-level (#93)

* Add init information

* Adjust order and move content

* GPU support

* edit docs

* README structure

* Update Dockerfile

* Update rdagent/utils/env.py

* Update read the docs

* Update framework
This commit is contained in:
you-n-g
2024-07-22 12:49:03 +08:00
committed by GitHub
parent c17244a317
commit 601e276a30
12 changed files with 199 additions and 177 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ class DockerEnv(Env[DockerConf]):
try:
client.containers.run(self.conf.image, "nvidia-smi", **gpu_kwargs)
logger.info("GPU Devices are available.")
except docker.errors.APIError as e:
except docker.errors.APIError:
return {}
return gpu_kwargs