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 7e758fd commit b372ceaCopy full SHA for b372cea
commons/Dockerfile.base.cuda11.1
@@ -268,9 +268,9 @@ RUN echo "Install mecab-ko-dic" && \
268
python3 -m pip install /tmp/mecab-python-0.996
269
270
WORKDIR /tmp
271
-COPY ./requirements.py38.txt /tmp
272
-RUN python3 -m pip install --no-cache-dir -r requirements.py38.txt && \
273
- rm -f /tmp/*.whl /tmp/requirements.py38.txt
+COPY ./requirements.txt /tmp
+RUN python3 -m pip install --no-cache-dir -r requirements.txt && \
+ rm -f /tmp/*.whl /tmp/requirements.txt
274
275
# OpenCV
276
RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
0 commit comments