diff --git a/Dockerfile b/Dockerfile index e6b5d85..8d35d70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM python:3.8.6 RUN apt-get install libsndfile1 RUN pip install --no-cache datasets transformers soundfile numpy torch torchaudio -RUN pip install -e . COPY . . + +RUN pip install -e .