Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit a974757

Browse files
committed
adding more features (sox etc...)
1 parent bc8cad1 commit a974757

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Dockerfile

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
FROM ovhcom/ai-training-pytorch
1+
FROM ovhcom/ai-training-one-for-all
22

33
RUN apt-get update && \
44
apt install -y bash \
5-
build-essential \
6-
libsndfile1-dev \
7-
git-lfs
5+
build-essential \
6+
libsndfile1-dev \
7+
git-lfs \
8+
sox
89

910
RUN python3 -m pip install --no-cache-dir --upgrade pip && \
1011
python3 -m pip install --no-cache-dir \
@@ -15,7 +16,9 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
1516
lang-trans==0.6.0 \
1617
librosa==0.8.0
1718

18-
RUN pip install git+https://github.com/huggingface/transformers.git
19+
RUN pip3 uninstall -y typing allennlp
20+
21+
RUN pip3 install git+https://github.com/huggingface/transformers.git
1922

2023
RUN mkdir -p /workspace/wav2vec/
2124

home-server.html

+10
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
</div>
4141
</div>
4242
</div>
43+
<div class="col-md-6 mt-4">
44+
<div class="bg-light border p-3">
45+
<div class="media">
46+
<img class="mr-3" src="https://huggingface.co/front/assets/huggingface_logo.svg" width="64px" height="64px">
47+
<div class="media-body mt-3">
48+
<p><a target="_blank" href="https://github.com/huggingface/transformers/blob/master/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md" class="btn btn-primary m-t">Getting Started with Wav2Vec2 Sprint</a></p>
49+
</div>
50+
</div>
51+
</div>
52+
</div>
4353
</div>
4454
</div>
4555
</body>

0 commit comments

Comments
 (0)