Skip to content

Commit f332517

Browse files
author
Chris Culhane
committed
Add docker compose V2 compatibility, see aws#3659 (comment)
1 parent 44ab326 commit f332517

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sagemaker/local/image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import sys
3030
import tarfile
3131
import tempfile
32-
from functools import cache
3332

3433
from distutils.spawn import find_executable
3534
from threading import Thread
@@ -59,7 +58,6 @@
5958

6059
logger = logging.getLogger(__name__)
6160

62-
@cache
6361
def get_docker_compose_cmd(*args):
6462
cmd = []
6563
# check docker compose v2 first

0 commit comments

Comments
 (0)