File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments