Commit f04a5851 authored by Barthelet Thibault's avatar Barthelet Thibault
Browse files

working docker

parent ff33f9a3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4,12 +4,10 @@ FROM python:3.12-slim
WORKDIR /app

COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt

COPY . .

RUN mkdir -p data && python data_generator.py

EXPOSE 5001

CMD ["python", "app.py"]
 No newline at end of file
+6 −6
Original line number Diff line number Diff line
Flask==3.0.0
numpy==2.3.4
Flask-Session==0.5.0
openpyxl==3.1.2
pandas==2.2.0
torch==2.5.1
Flask
numpy
Flask-Session
tirex-ts
openpyxl
pandas
torch