Add Dockerfile
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM python:3.11-slim
|
||||
WORKDIR app
|
||||
COPY ./requirements.txt ./
|
||||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||
@@ -1,2 +1,4 @@
|
||||
jsontemplates==0.1.0
|
||||
PyYAML==6.0
|
||||
pandas==2.0.2
|
||||
tabulate==0.9.0
|
||||
Reference in New Issue
Block a user