From c9b0df16ee5a17088e6b0000c272cf726447b8ea Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:55:00 -0700 Subject: [PATCH] Lint --- README.md | 2 +- docker/amd/docker-compose.yml | 2 +- docker/cpu/docker-compose.yml | 2 +- docker/intel/docker-compose.yml | 2 +- docker/nvidia/docker-compose.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 330ae8ce..46cca63e 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ pip install -r Requirements file to use: | GPU | requirements file to use | -|--------|---------|---------| +|--------|---------| | NVIDIA | `requirements.txt` | | AMD | `requirements_amd.txt` | | CPU only | `requirements_cpu_only.txt` | diff --git a/docker/amd/docker-compose.yml b/docker/amd/docker-compose.yml index 58c9911f..4709ae94 100644 --- a/docker/amd/docker-compose.yml +++ b/docker/amd/docker-compose.yml @@ -6,7 +6,7 @@ services: args: # Requirements file to use: # | GPU | requirements file to use | - # |--------|---------|---------| + # |--------|---------| # | NVIDIA | `requirements.txt` | # | AMD | `requirements_amd.txt` | # | CPU only | `requirements_cpu_only.txt` | diff --git a/docker/cpu/docker-compose.yml b/docker/cpu/docker-compose.yml index 4432d129..c9d415ae 100644 --- a/docker/cpu/docker-compose.yml +++ b/docker/cpu/docker-compose.yml @@ -6,7 +6,7 @@ services: args: # Requirements file to use: # | GPU | requirements file to use | - # |--------|---------|---------| + # |--------|---------| # | NVIDIA | `requirements.txt` | # | AMD | `requirements_amd.txt` | # | CPU only | `requirements_cpu_only.txt` | diff --git a/docker/intel/docker-compose.yml b/docker/intel/docker-compose.yml index d737626b..31e9dde0 100644 --- a/docker/intel/docker-compose.yml +++ b/docker/intel/docker-compose.yml @@ -6,7 +6,7 @@ services: args: # Requirements file to use: # | GPU | requirements file to use | - # |--------|---------|---------| + # |--------|---------| # | NVIDIA | `requirements.txt` | # | AMD | `requirements_amd.txt` | # | CPU only | `requirements_cpu_only.txt` | diff --git a/docker/nvidia/docker-compose.yml b/docker/nvidia/docker-compose.yml index 6d18b072..835dd838 100644 --- a/docker/nvidia/docker-compose.yml +++ b/docker/nvidia/docker-compose.yml @@ -6,7 +6,7 @@ services: args: # Requirements file to use: # | GPU | requirements file to use | - # |--------|---------|---------| + # |--------|---------| # | NVIDIA | `requirements.txt` | # | AMD | `requirements_amd.txt` | # | CPU only | `requirements_cpu_only.txt` |