We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68d231 commit ffa8a96Copy full SHA for ffa8a96
.dockerignore
@@ -1,3 +1,2 @@
1
LICENSE
2
-README.md
3
.github
Dockerfile
@@ -4,5 +4,6 @@ FROM python:3.8.6
4
RUN apt-get install libsndfile1
5
6
RUN pip install --no-cache datasets transformers soundfile numpy torch torchaudio
7
+RUN pip install -e .
8
9
COPY . .
0 commit comments