File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -260,9 +260,9 @@ RUN python3 -m pip install pip --no-cache-dir \
260
260
notebook==6.0.3
261
261
262
262
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
266
266
267
267
# OpenCV
268
268
RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
@@ -434,7 +434,6 @@ RUN jupyter nbextensions_configurator enable && \
434
434
jupyter lab build
435
435
436
436
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 && \
438
437
sed -i 's/source \/ usr\/ local\/ nvm\/ nvm.sh//' /etc/bash.bashrc && \
439
438
python3 -m pip uninstall -y tensorboard-plugin-wit && \
440
439
rm -rf /var/lib/apt/lists/* && \
You can’t perform that action at this time.
0 commit comments