1 parent 89780e9 commit 7277cd3Copy full SHA for 7277cd3
1 file changed
Dockerfile
@@ -31,9 +31,6 @@ RUN pip install --no-cache-dir \
31
COPY src/ src/
32
COPY models/ models/
33
34
-# Copy DEMAND dataset
35
-COPY data/noise/DEMAND/ data/noise/DEMAND/
36
-
37
# Install the package and all dependencies declared in pyproject.toml.
38
RUN pip install --no-cache-dir . \
39
&& apt-get purge -y --auto-remove build-essential \
0 commit comments