Skip to content

Commit 7146b42

Browse files
committed
Fix requirements-pip.txt renamed to requirements.txt
1 parent 2de0799 commit 7146b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
8484
&& apt-get clean && \
8585
rm -rf /var/lib/apt/lists/*
8686

87-
COPY requirements-pip.txt docker/requirements-run-pulp-sdk.txt ./
88-
RUN pip3 install --no-cache-dir -r requirements-pip.txt -r requirements-run-pulp-sdk.txt --extra-index-url https://download.pytorch.org/whl/cpu
87+
COPY requirements.txt docker/requirements-run-pulp-sdk.txt ./
88+
RUN pip3 install --no-cache-dir -r requirements.txt -r requirements-run-pulp-sdk.txt --extra-index-url https://download.pytorch.org/whl/cpu
8989

9090
ENV PULP_SDK_HOME="/pulp-sdk"
9191
ENV PULP_RISCV_GCC_TOOLCHAIN=${TOOLCHAIN_GNU_INSTALL_DIR}

0 commit comments

Comments
 (0)