Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: tylertitsworth <[email protected]>
  • Loading branch information
tylertitsworth committed Jul 3, 2024
1 parent 25cb55c commit 26cc88a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missin
ENV SIGOPT_PROJECT=.

WORKDIR /
COPY multinode-requirements.txt .
COPY multinode/requirements.txt requirements.txt

RUN python -m pip install --no-cache-dir -r multinode-requirements.txt
RUN python -m pip install --no-cache-dir -r requirements.txt && \
rm -rf requirements.txt

ENV LD_LIBRARY_PATH="/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH}:/usr/local/lib/python${PYTHON_VERSION}/dist-packages/oneccl_bindings_for_pytorch/opt/mpi/libfabric/lib:/usr/local/lib/python${PYTHON_VERSION}/dist-packages/oneccl_bindings_for_pytorch/lib"

Expand Down
2 changes: 1 addition & 1 deletion pytorch/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
dependency.apt.libglib2: true
dependency.apt.python3-dev: true
dependency.pip.apt.virtualenv: true
dependency.python.pip: multinode-requirements.txt
dependency.python.pip: multinode/requirements.txt
org.opencontainers.base.name: "intel/intel-optimized-pytorch:${IPEX_VERSION:-2.2.0}-${PACKAGE_OPTION:-pip}-base"
org.opencontainers.image.title: "Intel® Extension for PyTorch MultiNode Image"
org.opencontainers.image.version: ${IPEX_VERSION:-2.2.0}-${PACKAGE_OPTION:-pip}-multinode
Expand Down
File renamed without changes.

0 comments on commit 26cc88a

Please sign in to comment.