Skip to content

Commit 5ec5568

Browse files
updated manywheel docker file
1 parent 78baee6 commit 5ec5568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN dnf install -y \
1212
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1313
ln -sf /usr/bin/pip3 /usr/bin/pip
1414

15-
COPY requirements.txt .
15+
COPY ../../../requirements.txt .
1616
# Install Python packages via pip
1717
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
1818

@@ -22,7 +22,7 @@ RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
2222
COPY . /workspace/pytorch
2323

2424
# Copy the build script and make it executable
25-
COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh
25+
COPY ../../../.github/scripts/ppc64le-build.sh /ppc64le-build.sh
2626
RUN chmod +x /ppc64le-build.sh
2727

2828
# Verify permissions and ensure Unix line endings

0 commit comments

Comments
 (0)