We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de0799 commit 7146b42Copy full SHA for 7146b42
test/Dockerfile
@@ -84,8 +84,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
84
&& apt-get clean && \
85
rm -rf /var/lib/apt/lists/*
86
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
+COPY requirements.txt docker/requirements-run-pulp-sdk.txt ./
+RUN pip3 install --no-cache-dir -r requirements.txt -r requirements-run-pulp-sdk.txt --extra-index-url https://download.pytorch.org/whl/cpu
89
90
ENV PULP_SDK_HOME="/pulp-sdk"
91
ENV PULP_RISCV_GCC_TOOLCHAIN=${TOOLCHAIN_GNU_INSTALL_DIR}
0 commit comments