pragnakalp commited on
Commit
2e6a193
·
1 Parent(s): fe30080

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -9,7 +9,8 @@ RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev lib
9
  RUN pip3 install pandas scipy matplotlib torch torchvision torchaudio gradio altair imageio-ffmpeg pocketsphinx jq "numpy==1.23.1"
10
 
11
 
12
- RUN sudo apt remove cmake
 
13
 
14
  RUN sudo apt-get install build-essential libssl-dev
15
  RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0.tar.gz
@@ -19,7 +20,7 @@ RUN ./bootstrap
19
  RUN make
20
  RUN sudo make install
21
 
22
- RUN cmake --version
23
 
24
 
25
 
 
9
  RUN pip3 install pandas scipy matplotlib torch torchvision torchaudio gradio altair imageio-ffmpeg pocketsphinx jq "numpy==1.23.1"
10
 
11
 
12
+ # RUN sudo apt remove cmake
13
+ RUN cmake --version
14
 
15
  RUN sudo apt-get install build-essential libssl-dev
16
  RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0.tar.gz
 
20
  RUN make
21
  RUN sudo make install
22
 
23
+
24
 
25
 
26