We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78baee6 commit 5ec5568Copy full SHA for 5ec5568
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -12,7 +12,7 @@ RUN dnf install -y \
12
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
13
ln -sf /usr/bin/pip3 /usr/bin/pip
14
15
-COPY requirements.txt .
+COPY ../../../requirements.txt .
16
# Install Python packages via pip
17
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
18
@@ -22,7 +22,7 @@ RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
22
COPY . /workspace/pytorch
23
24
# Copy the build script and make it executable
25
-COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh
+COPY ../../../.github/scripts/ppc64le-build.sh /ppc64le-build.sh
26
RUN chmod +x /ppc64le-build.sh
27
28
# Verify permissions and ensure Unix line endings
0 commit comments