convert tabs to spaces

This commit is contained in:
Fangjun Kuang 2023-07-28 10:30:10 +08:00
parent 21d9b8b414
commit 6d32f5e31d
4 changed files with 16 additions and 23 deletions

View File

@ -15,8 +15,8 @@ LABEL github_repo="https://github.com/k2-fsa/icefall"
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
curl \ curl \
vim \ vim \
libssl-dev \ libssl-dev \
autoconf \ autoconf \
automake \ automake \
@ -54,11 +54,9 @@ RUN pip install --no-cache-dir \
dill dill
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \ RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
cd /workspace/icefall && \ cd /workspace/icefall && \
pip install --no-cache-dir -r requirements.txt pip install --no-cache-dir -r requirements.txt
ENV PYTHONPATH /workspace/icefall:$PYTHONPATH ENV PYTHONPATH /workspace/icefall:$PYTHONPATH
WORKDIR /workspace/icefall WORKDIR /workspace/icefall

View File

@ -15,8 +15,8 @@ LABEL github_repo="https://github.com/k2-fsa/icefall"
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
curl \ curl \
vim \ vim \
libssl-dev \ libssl-dev \
autoconf \ autoconf \
automake \ automake \
@ -54,12 +54,11 @@ RUN pip install --no-cache-dir \
dill dill
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \ RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
cd /workspace/icefall && \ cd /workspace/icefall && \
pip install --no-cache-dir -r requirements.txt pip install --no-cache-dir -r requirements.txt
ENV PYTHONPATH /workspace/icefall:$PYTHONPATH ENV PYTHONPATH /workspace/icefall:$PYTHONPATH
ENV LD_LIBRARY_PATH /opt/conda/lib/stubs:$LD_LIBRARY_PATH ENV LD_LIBRARY_PATH /opt/conda/lib/stubs:$LD_LIBRARY_PATH
WORKDIR /workspace/icefall WORKDIR /workspace/icefall

View File

@ -15,8 +15,8 @@ LABEL github_repo="https://github.com/k2-fsa/icefall"
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
curl \ curl \
vim \ vim \
libssl-dev \ libssl-dev \
autoconf \ autoconf \
automake \ automake \
@ -54,11 +54,9 @@ RUN pip install --no-cache-dir \
dill dill
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \ RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
cd /workspace/icefall && \ cd /workspace/icefall && \
pip install --no-cache-dir -r requirements.txt pip install --no-cache-dir -r requirements.txt
ENV PYTHONPATH /workspace/icefall:$PYTHONPATH ENV PYTHONPATH /workspace/icefall:$PYTHONPATH
WORKDIR /workspace/icefall WORKDIR /workspace/icefall

View File

@ -15,8 +15,8 @@ LABEL github_repo="https://github.com/k2-fsa/icefall"
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
curl \ curl \
vim \ vim \
libssl-dev \ libssl-dev \
autoconf \ autoconf \
automake \ automake \
@ -54,11 +54,9 @@ RUN pip install --no-cache-dir \
dill dill
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \ RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
cd /workspace/icefall && \ cd /workspace/icefall && \
pip install --no-cache-dir -r requirements.txt pip install --no-cache-dir -r requirements.txt
ENV PYTHONPATH /workspace/icefall:$PYTHONPATH ENV PYTHONPATH /workspace/icefall:$PYTHONPATH
WORKDIR /workspace/icefall WORKDIR /workspace/icefall