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 14
14
15
15
import base64
16
16
import os
17
- import subprocess
18
- import shutil
19
- import pytest
20
- import docker
21
17
import re
18
+ import shutil
19
+ import subprocess
22
20
import sys
23
21
22
+ import docker
23
+ import pytest
24
24
from docker .errors import BuildError
25
25
26
- from sagemaker .utils import sagemaker_timestamp , _tmpdir , sts_regional_endpoint
26
+ from sagemaker .utils import _tmpdir , sagemaker_timestamp , sts_regional_endpoint
27
27
28
28
REPO_ACCOUNT_ID = "033110030271"
29
29
68
68
"RUN curl 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip' -o 'awscliv2.zip' \
69
69
&& unzip awscliv2.zip \
70
70
&& ./aws/install\n \n "
71
- "RUN apt install sudo\n "
71
+ "RUN apt install -y sudo\n "
72
72
"RUN useradd -ms /bin/bash integ-test-user\n "
73
73
# Add the user to sudo group
74
74
"RUN usermod -aG sudo integ-test-user\n "
You can’t perform that action at this time.
0 commit comments