PierreBrunelle commited on
Commit
b36ff20
·
verified ·
1 Parent(s): 215f475

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt CHANGED
@@ -1,2 +1,8 @@
 
 
 
 
 
1
  pixeltable
 
2
  git+https://github.com/Megvii-BaseDetection/YOLOX@ac58e0a
 
1
+ RUN apt-get update && apt-get install -y \
2
+ build-essential \
3
+ git \
4
+ && rm -rf /var/lib/apt/lists/*
5
+
6
  pixeltable
7
+ torch
8
  git+https://github.com/Megvii-BaseDetection/YOLOX@ac58e0a