File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515import base64
1616import os
17- import subprocess
18- import shutil
19- import pytest
20- import docker
2117import re
18+ import shutil
19+ import subprocess
2220import sys
2321
22+ import docker
23+ import pytest
2424from docker .errors import BuildError
2525
26- from sagemaker .utils import sagemaker_timestamp , _tmpdir , sts_regional_endpoint
26+ from sagemaker .utils import _tmpdir , sagemaker_timestamp , sts_regional_endpoint
2727
2828REPO_ACCOUNT_ID = "033110030271"
2929
6868 "RUN curl 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip' -o 'awscliv2.zip' \
6969 && unzip awscliv2.zip \
7070 && ./aws/install\n \n "
71- "RUN apt install sudo\n "
71+ "RUN apt install -y sudo\n "
7272 "RUN useradd -ms /bin/bash integ-test-user\n "
7373 # Add the user to sudo group
7474 "RUN usermod -aG sudo integ-test-user\n "
You can’t perform that action at this time.
0 commit comments