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 443f61a commit 38871fbCopy full SHA for 38871fb
Dockerfile
@@ -133,7 +133,7 @@ RUN dnf install -y make unzip python3.11 python3.11-pip gcc openssl-devel gcc-c+
133
ln -fs /usr/bin/python3.11 /usr/bin/python3 && \
134
ln -s /usr/bin/python3.11 /usr/local/bin/python && ln -s /usr/bin/pip3.11 /usr/local/bin/pip
135
136
-RUN pip install --upgrade pip && pip install pytest && pip install pytest-asyncio
+RUN pip install --upgrade pip --no-cache-dir && pip install pytest --no-cache-dir && pip install pytest-asyncio --no-cache-dir
137
138
# CPU only
139
ENV CUDA_VISIBLE_DEVICES=""
0 commit comments