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` |