File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
2
2
prod_account_id : &PROD_ACCOUNT_ID 763104351884
3
3
region : ®ION <set-$REGION-in-environment>
4
4
framework : &FRAMEWORK base
5
- version : &VERSION 12.8.1
6
- short_version : &SHORT_VERSION "12.8 "
5
+ version : &VERSION 12.6.3
6
+ short_version : &SHORT_VERSION "12.6 "
7
7
arch_type : &ARCH_TYPE x86_64
8
8
autopatch_build : " False"
9
9
@@ -32,7 +32,7 @@ context:
32
32
target : install_efa.sh
33
33
34
34
images :
35
- base_x86_64_gpu_cuda128 :
35
+ base_x86_64_gpu_cuda126 :
36
36
<< : *BASE_REPOSITORY
37
37
context :
38
38
<< : *BASE_CONTEXT
Original file line number Diff line number Diff line change @@ -97,9 +97,7 @@ COPY --from=cuda-builder /usr/local/cuda-${CUDA_MAJOR}.${CUDA_MINOR} /usr/local/
97
97
COPY install_efa.sh install_efa.sh
98
98
COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
99
99
COPY bash_telemetry.sh /usr/local/bin/bash_telemetry.sh
100
- RUN ${PIP} --no-cache-dir install --upgrade \
101
- pip \
102
- setuptools
100
+
103
101
RUN chmod +x /usr/local/bin/deep_learning_container.py && \
104
102
chmod +x /usr/local/bin/bash_telemetry.sh && \
105
103
echo 'source /usr/local/bin/bash_telemetry.sh' >> /etc/bash.bashrc && \
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ function install_python {
24
24
# this will add pip systemlink to pip${PYTHON_MAJOR_VERSION}
25
25
python -m pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org
26
26
python -m pip install --no-cache-dir awscli boto3 requests setuptools
27
+ python -m pip install --no-cache-dir --upgrade setuptools
27
28
}
28
29
29
30
# idiomatic parameter and option handling in sh
You can’t perform that action at this time.
0 commit comments