Commit
·
9fe3701
1
Parent(s):
4b7c058
Update Dockerfile
Browse files- Dockerfile +0 -14
Dockerfile
CHANGED
@@ -9,20 +9,6 @@ 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 |
RUN pip install cmake==3.24.1.1
|
12 |
-
# RUN sudo apt remove cmake
|
13 |
-
RUN cmake --version
|
14 |
-
# RUN sudo apt remove cmake
|
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
|
17 |
-
# RUN tar -zxvf cmake-3.20.0.tar.gz
|
18 |
-
# RUN pwd
|
19 |
-
|
20 |
-
# RUN cd /content/cmake-3.20.0
|
21 |
-
# RUN ./bootstrap
|
22 |
-
# RUN make
|
23 |
-
# RUN sudo make install
|
24 |
-
|
25 |
-
|
26 |
|
27 |
RUN git lfs install
|
28 |
RUN git clone https://huggingface.co/camenduru/pocketsphinx-20.04-t4 pocketsphinx && cd pocketsphinx && cmake -S . -B build && cmake --build build --target install
|
|
|
9 |
RUN pip3 install pandas scipy matplotlib torch torchvision torchaudio gradio altair imageio-ffmpeg pocketsphinx jq "numpy==1.23.1"
|
10 |
|
11 |
RUN pip install cmake==3.24.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
RUN git lfs install
|
14 |
RUN git clone https://huggingface.co/camenduru/pocketsphinx-20.04-t4 pocketsphinx && cd pocketsphinx && cmake -S . -B build && cmake --build build --target install
|