Delje commited on
Commit
6d8b706
·
verified ·
1 Parent(s): 6e0a2ce

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ COPY requirements.txt /app/requirements.txt
2
+ RUN pip3 install --no-cache-dir -r /app/requirements.txt