File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55version : &VERSION 2.6.0
66short_version : &SHORT_VERSION "2.6"
77arch_type : x86
8- autopatch_build : " True"
8+ # autopatch_build: "True"
99
1010repository_info :
1111 inference_repository : &INFERENCE_REPOSITORY
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55version : &VERSION 2.6.0
66short_version : &SHORT_VERSION "2.6"
77arch_type : x86
8- autopatch_build : " True"
8+ # autopatch_build: "True"
99
1010repository_info :
1111 inference_repository : &INFERENCE_REPOSITORY
Original file line number Diff line number Diff line change @@ -166,11 +166,13 @@ RUN pip install --no-cache-dir \
166166 idna \
167167 tqdm \
168168 requests \
169- setuptools \
169+ " setuptools>=80.10.1" \
170170 urllib3 \
171171 awscli \
172172 types-python-dateutil \
173- opencv-python
173+ opencv-python \
174+ pytz \
175+ tzdata
174176
175177# Install PyTorch
176178RUN pip install --no-cache-dir -U \
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ RUN pip install --no-cache-dir -U \
221221 idna \
222222 tqdm \
223223 requests \
224- setuptools \
224+ " setuptools>=80.10.1" \
225225 urllib3 \
226226 awscli \
227227 types-python-dateutil \
You can’t perform that action at this time.
0 commit comments