Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|