Skip to content

Commit 324af0f

Browse files
committed
add subversion
1 parent 1a6d68a commit 324af0f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

commons/Dockerfile.base.py36-cuda10.1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ RUN python3 -m pip install pip --no-cache-dir \
260260
notebook==6.0.3
261261

262262
WORKDIR /tmp
263-
COPY ./requirements.py38.txt /tmp
264-
RUN python3 -m pip install --no-cache-dir -r requirements.py38.txt && \
265-
rm -f /tmp/*.whl /tmp/requirements.py38.txt
263+
COPY ./requirements.txt /tmp
264+
RUN python3 -m pip install --no-cache-dir -r requirements.txt && \
265+
rm -f /tmp/*.whl /tmp/requirements.txt
266266

267267
# OpenCV
268268
RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
@@ -434,7 +434,6 @@ RUN jupyter nbextensions_configurator enable && \
434434
jupyter lab build
435435

436436
RUN apt autoclean && \
437-
ln -s /usr/local/cuda-10.1/targets/x86_64-linux/lib/libcusolver.so.10 /usr/local/cuda-10.1/targets/x86_64-linux/lib/libcusolver.so.10 && \
438437
sed -i 's/source \/usr\/local\/nvm\/nvm.sh//' /etc/bash.bashrc && \
439438
python3 -m pip uninstall -y tensorboard-plugin-wit && \
440439
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)