From 4bc1cebe8dcabd537d5c95231952f375c1eadacb Mon Sep 17 00:00:00 2001 From: Axel DE LA FUENTE Date: Mon, 12 Feb 2024 12:01:35 +0100 Subject: [PATCH] Update 'src/app/Dockerfile' --- src/app/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/Dockerfile b/src/app/Dockerfile index 0ff7221..2fe0a6b 100644 --- a/src/app/Dockerfile +++ b/src/app/Dockerfile @@ -8,6 +8,7 @@ COPY . /app RUN wget http://fr.archive.ubuntu.com/ubuntu/pool/universe/p/python-stdlib-extensions/python-tk_2.7.18-1_amd64.deb RUN pip install --upgrade pip -RUN pip install -r requirements.txt +#RUN pip install -r requirements.txt +RUN pip install django sickit-learn pandas numpy pillow ENTRYPOINT ["python3", "manage.py", "runserver", "0.0.0.0:8000"] \ No newline at end of file