From ff3571110f4974bb08fa3d5fdb70d7b5000d821f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Monz=C3=B3n?= Date: Tue, 15 Oct 2024 10:37:56 +0200 Subject: [PATCH] hotfix numpy dependency and docker fixes --- Dockerfile | 6 ++---- conf/requirements.txt | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9e8c221a..36e103c6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,13 @@ RUN apt-get install -y \ libmysqlclient-dev \ python3-pip libpq-dev \ python3-wheel apache2-dev \ - gnuplot + gnuplot pkg-config RUN git clone https://github.com/bu-isciii/iskylims.git /srv/iskylims WORKDIR /srv/iskylims -RUN git checkout develop - RUN pip install -r conf/requirements.txt -RUN bash install.sh --install app --dev --conf conf/docker_install_settings.txt --docker +RUN bash install.sh --install app --conf conf/docker_install_settings.txt --docker WORKDIR /opt/iskylims diff --git a/conf/requirements.txt b/conf/requirements.txt index cdea7bb12..a16372b77 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -22,4 +22,5 @@ djangorestframework==3.14.0 drf-yasg==1.21.5 xlrd==2.0.1 pandas==1.5.3 +numpy==1.26.4 openpyxl==3.1.1