stefanoviel
commited on
Commit
·
e23e349
1
Parent(s):
95629a4
updating docker file
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|
11 |
|
12 |
COPY requirements.txt ./
|
13 |
COPY src/ ./src/
|
|
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
|
|
|
11 |
|
12 |
COPY requirements.txt ./
|
13 |
COPY src/ ./src/
|
14 |
+
COPY papers_with_abstracts_parallel.csv ./
|
15 |
|
16 |
RUN pip3 install -r requirements.txt
|
17 |
|