Update requirements.txt
Browse files- 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
|