WebashalarForML commited on
Commit
f9b01b9
·
verified ·
1 Parent(s): 7431dd6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -70,6 +70,9 @@ 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
  # Expose the port that the app runs on
74
  EXPOSE 7860
75
 
 
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
77
  EXPOSE 7860
78