Sajid030 commited on
Commit
4e775c5
·
verified ·
1 Parent(s): e673975

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
14
  COPY requirements.txt .
15
  COPY app.py .
16
  COPY cnn_11_layer.h5 .
 
17
 
18
  # Install Python dependencies
19
  RUN pip3 install --no-cache-dir -r requirements.txt
 
14
  COPY requirements.txt .
15
  COPY app.py .
16
  COPY cnn_11_layer.h5 .
17
+ COPY samples ./samples/
18
 
19
  # Install Python dependencies
20
  RUN pip3 install --no-cache-dir -r requirements.txt