Gregniuki commited on
Commit
a1faa54
·
1 Parent(s): c1be66f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -52,7 +52,7 @@ RUN gpg --import 7fa2af80.pub
52
  RUN apt-key del 7fa2af80 \
53
  && apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub \
54
  && apt-get update \
55
- && apt-get install -y libsm6 libgl1-mesa-glx libxext6 libfontconfig1 libxrender1 \
56
  && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
57
  #RUN gpg --list-sigs [email protected]
58
  #RUN gpg --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
@@ -68,8 +68,8 @@ RUN apt-key del 7fa2af80 \
68
  #RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
69
 
70
  # Install FFmpeg
71
- RUN apt-get update && \
72
- apt-get install -y python3-pip ffmpeg
73
 
74
 
75
  # Use the official Python 3.9 image as the base image
 
52
  RUN apt-key del 7fa2af80 \
53
  && apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub \
54
  && apt-get update \
55
+ && apt-get install -y libsm6 libgl1-mesa-glx libxext6 libfontconfig1 libxrender1 libcublas-dev\
56
  && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
57
  #RUN gpg --list-sigs [email protected]
58
  #RUN gpg --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
 
68
  #RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
69
 
70
  # Install FFmpeg
71
+ #RUN apt-get update && \
72
+ RUN apt-get install -y python3-pip ffmpeg
73
 
74
 
75
  # Use the official Python 3.9 image as the base image