Skip to content

Commit b372cea

Browse files
committed
Lablup Common base 21.03 (Python 3.6 & CUDA 11.1)
1 parent 7e758fd commit b372cea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commons/Dockerfile.base.cuda11.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ RUN echo "Install mecab-ko-dic" && \
268268
python3 -m pip install /tmp/mecab-python-0.996
269269

270270
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
271+
COPY ./requirements.txt /tmp
272+
RUN python3 -m pip install --no-cache-dir -r requirements.txt && \
273+
rm -f /tmp/*.whl /tmp/requirements.txt
274274

275275
# OpenCV
276276
RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \

0 commit comments

Comments
 (0)