Skip to content

Commit 574c03a

Browse files
ma-pinedajafraustro
andauthored
Fixing mpich deprecated version (#85)
Co-authored-by: jafraustro <jaime.valdez.fraustro@intel.com>
1 parent b332172 commit 574c03a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

preset/deep-learning/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ RUN conda create -yn pytorch-gpu -c intel/label/oneapi -c "${INTEL_CHANNEL}" -c
231231
'jinja2>=3.1.3' \
232232
'idna>=3.7' \
233233
onnx \
234+
packaging=23.2 \
235+
setuptools=69.1.0 \
234236
&& \
235237
conda clean -y --all
236238

@@ -283,7 +285,6 @@ RUN conda create -yn tensorflow-cpu -c "${INTEL_CHANNEL}" -c conda-forge \
283285
impi-devel="${IMPI_VERSION}" \
284286
matplotlib-base \
285287
dataset_librarian \
286-
mpich=4.2.0=external_0 \
287288
ipython \
288289
ipykernel \
289290
kernda \
@@ -323,7 +324,6 @@ RUN conda create -yn tensorflow-gpu -c "${INTEL_CHANNEL}" -c conda-forge \
323324
impi-devel="${IMPI_VERSION}" \
324325
matplotlib-base \
325326
dataset_librarian \
326-
mpich=4.2.0=external_0 \
327327
ipython \
328328
ipykernel \
329329
kernda \
@@ -336,6 +336,8 @@ RUN conda create -yn tensorflow-gpu -c "${INTEL_CHANNEL}" -c conda-forge \
336336
'oauthlib>=3.2.2' \
337337
'idna>=3.7' \
338338
onnx \
339+
packaging=23.2 \
340+
setuptools=69.1.0 \
339341
&& \
340342
conda clean -y --all
341343

0 commit comments

Comments
 (0)