Skip to content

Commit

Permalink
Moved pip install -e . after COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnKr committed Oct 9, 2022
1 parent ffa8a96 commit 0f4cefc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 0f4cefc

Please sign in to comment.