Skip to content

Commit f74362b

Browse files
committed
dockerfile
1 parent 34c8fdb commit f74362b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/train.dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt update && \
66
apt clean && rm -rf /var/lib/apt/lists/*
77

88
COPY src src/
9+
COPY data data/
910
COPY requirements.txt requirements.txt
1011
COPY requirements_dev.txt requirements_dev.txt
1112
COPY README.md README.md

0 commit comments

Comments
 (0)