Update
7
data_processor/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM python:3.8
|
||||
WORKDIR /code
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
CMD "/code/data_processor.py"
|
||||
0
data_processor/data_processor.py
Normal file
7
data_processor/firebase_python_image/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM python:3.7
|
||||
RUN apt updte
|
||||
RUN apt install python3-numpy
|
||||
RUN apt install python-pandas
|
||||
RUN pip install requests
|
||||
RUN pip install tensorflow
|
||||
RUN pip install -r requirements.txt
|
||||
1
data_processor/firebase_python_image/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
firebase-admin==4.5.0
|
||||
0
data_processor/requirements.txt
Normal file
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |