WebashalarForML commited on
Commit
0b3357f
·
verified ·
1 Parent(s): f9b01b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -70,7 +70,7 @@ RUN mkdir -p /app/flask_sessions /app/uploads /tmp/matplotlib /tmp/transformers_
70
  # Copy the rest of the application code to /app
71
  COPY . /app/
72
 
73
- find / -type d -name "*cls_infer" 2>/dev/null
74
 
75
 
76
  # Expose the port that the app runs on
 
70
  # Copy the rest of the application code to /app
71
  COPY . /app/
72
 
73
+ RUN find / -type d -name "*cls_infer" 2>/dev/null
74
 
75
 
76
  # Expose the port that the app runs on