Skip to content

Commit ffa8a96

Browse files
committed
Added pip install -e . to dockerfile
1 parent c68d231 commit ffa8a96

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
LICENSE
2-
README.md
32
.github

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ FROM python:3.8.6
44
RUN apt-get install libsndfile1
55

66
RUN pip install --no-cache datasets transformers soundfile numpy torch torchaudio
7+
RUN pip install -e .
78

89
COPY . .

0 commit comments

Comments
 (0)