This commit is contained in:
ltcptgeneral
2020-05-01 16:07:57 -05:00
parent 7a95550954
commit e3623dec5b
31 changed files with 3396 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM python
WORKDIR ~/
COPY ./ ./
RUN pip install -r requirements.txt
CMD ["bash"]

View File

@@ -0,0 +1,3 @@
cd ..
docker build -t tra-analysis-amd64-dev -f docker/Dockerfile .
docker run -it tra-analysis-amd64-dev