From 3ec373fd03cb4972d1a708a754dd2bb805f497dc Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 11 Jul 2024 08:50:04 -0700 Subject: [PATCH 1/2] Remove deprecated version from compose yaml --- examples/sid_visualization/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/sid_visualization/docker-compose.yml b/examples/sid_visualization/docker-compose.yml index e6fa768964..3bd48c6238 100644 --- a/examples/sid_visualization/docker-compose.yml +++ b/examples/sid_visualization/docker-compose.yml @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -version: "3" - x-with-gpus: &with_gpus deploy: resources: From cebcfce4a0f001dca5da790b39ec8a726e82b1fc Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 11 Jul 2024 08:55:29 -0700 Subject: [PATCH 2/2] Remove version string --- examples/digital_fingerprinting/production/docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/digital_fingerprinting/production/docker-compose.yml b/examples/digital_fingerprinting/production/docker-compose.yml index f6d8d2d50a..bc86630e46 100644 --- a/examples/digital_fingerprinting/production/docker-compose.yml +++ b/examples/digital_fingerprinting/production/docker-compose.yml @@ -13,9 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - -version: '3.3' - services: mlflow: