Skip to content

Commit ff35711

Browse files
committed
hotfix numpy dependency and docker fixes
1 parent bea0875 commit ff35711

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ RUN apt-get install -y \
1212
libmysqlclient-dev \
1313
python3-pip libpq-dev \
1414
python3-wheel apache2-dev \
15-
gnuplot
15+
gnuplot pkg-config
1616

1717
RUN git clone https://github.com/bu-isciii/iskylims.git /srv/iskylims
1818
WORKDIR /srv/iskylims
19-
RUN git checkout develop
20-
2119
RUN pip install -r conf/requirements.txt
2220

23-
RUN bash install.sh --install app --dev --conf conf/docker_install_settings.txt --docker
21+
RUN bash install.sh --install app --conf conf/docker_install_settings.txt --docker
2422

2523
WORKDIR /opt/iskylims
2624

conf/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ djangorestframework==3.14.0
2222
drf-yasg==1.21.5
2323
xlrd==2.0.1
2424
pandas==1.5.3
25+
numpy==1.26.4
2526
openpyxl==3.1.1

0 commit comments

Comments
 (0)