We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c8fdb commit f74362bCopy full SHA for f74362b
dockerfiles/train.dockerfile
@@ -6,6 +6,7 @@ RUN apt update && \
6
apt clean && rm -rf /var/lib/apt/lists/*
7
8
COPY src src/
9
+COPY data data/
10
COPY requirements.txt requirements.txt
11
COPY requirements_dev.txt requirements_dev.txt
12
COPY README.md README.md
0 commit comments