Skip to content

Commit

Permalink
hotfix numpy dependency and docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Oct 15, 2024
1 parent bea0875 commit ff35711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions conf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff35711

Please sign in to comment.