Skip to content

Commit 7277cd3

Browse files
committed
do not copy invisible data dir
1 parent 89780e9 commit 7277cd3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ RUN pip install --no-cache-dir \
3131
COPY src/ src/
3232
COPY models/ models/
3333

34-
# Copy DEMAND dataset
35-
COPY data/noise/DEMAND/ data/noise/DEMAND/
36-
3734
# Install the package and all dependencies declared in pyproject.toml.
3835
RUN pip install --no-cache-dir . \
3936
&& apt-get purge -y --auto-remove build-essential \

0 commit comments

Comments
 (0)