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 b586224 commit 55f008aCopy full SHA for 55f008a
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -12,13 +12,13 @@ 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
-RUN ln -s /pytorch/requirements.txt /pytorch/.ci/docker/manywheel/requirements.txt
+RUN ln -s requirements.txt .ci/docker/manywheel/requirements.txt
16
17
#COPY requirements.txt .
18
# Install Python packages via pip
19
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
20
21
-RUN source /opt/rh/gcc-toolset-13/enable && pip install -r /pytorch/requirements.txt
+RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
22
23
# Copy the PyTorch source code into the container
24
COPY . /workspace/pytorch
0 commit comments