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