bla commited on
Commit
6e84025
·
verified ·
1 Parent(s): 395484c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -59,7 +59,7 @@ ENV YOLO_CONFIG_DIR=/app/.config/Ultralytics
59
 
60
  # Set permissions
61
  RUN chmod -R 777 /app /content
62
- RUN pip install ultralytics dill
63
  # Expose port
64
  EXPOSE 7860
65
 
 
59
 
60
  # Set permissions
61
  RUN chmod -R 777 /app /content
62
+
63
  # Expose port
64
  EXPOSE 7860
65