rishab1090 commited on
Commit
d1c9d39
·
verified ·
1 Parent(s): e3d5e24

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 2.keras /app/
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