Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 20 |
# Copy everything
|
| 21 |
COPY . .
|
| 22 |
WORKDIR /app
|
| 23 |
-
COPY
|
| 24 |
RUN chmod 644 /app/2.keras
|
| 25 |
|
| 26 |
# Set model file permissions at build time
|
|
|
|
| 20 |
# Copy everything
|
| 21 |
COPY . .
|
| 22 |
WORKDIR /app
|
| 23 |
+
COPY 3.keras /app/
|
| 24 |
RUN chmod 644 /app/2.keras
|
| 25 |
|
| 26 |
# Set model file permissions at build time
|