Removed docker file and requirements
This commit is contained in:
parent
4d893f2b88
commit
4565b79fdf
2 changed files with 0 additions and 13 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,10 +0,0 @@
|
|||
FROM python:3
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD [ "python", "./labeler.py" ]
|
|
@ -1,3 +0,0 @@
|
|||
#logging
|
||||
#email
|
||||
#subprocess
|
Loading…
Reference in a new issue