Skip to content

Commit

Permalink
Updated to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMarzahl committed Dec 19, 2023
1 parent 28618a2 commit ba4f211
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exact/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONUNBUFFERED 1

# install dependencies
RUN pip3 install --upgrade pip
#RUN pip3 install numpy==1.19.4
RUN pip3 install numpy==1.26.0
COPY ./requirements.txt /usr/src/exact/requirements.txt

RUN pip3 install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion exact/Dockerfile.iSyntax
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONUNBUFFERED 1

# install dependencies
RUN pip3 install --upgrade pip
#RUN pip3 install numpy==1.19.4
RUN pip3 install numpy==1.26.0
COPY ./requirements.txt /usr/src/exact/requirements.txt

RUN pip3 install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion exact/Dockerfile.iSyntax.prod
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN apt-get update && apt-get install -y python3-pip python3-opencv python3-ope
COPY --from=builder /usr/src/app/wheels /wheels
COPY --from=builder /usr/src/app/requirements.txt .
RUN pip3 install --upgrade pip
#RUN pip3 install numpy==1.19.4
RUN pip3 install numpy==1.26.0
RUN pip3 install --no-cache /wheels/*


Expand Down
2 changes: 1 addition & 1 deletion exact/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN apt-get update && apt-get install -y python3-pip python3-openslide libvips l
COPY --from=builder /usr/src/app/wheels /wheels
COPY --from=builder /usr/src/app/requirements.txt .
RUN pip3 install --upgrade pip
#RUN pip3 install numpy==1.19.4
RUN pip3 install numpy==1.26.0
RUN pip3 install --no-cache /wheels/*


Expand Down
2 changes: 1 addition & 1 deletion exact/Dockerfile.prod.aws-db
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN apt-get update && apt-get install -y python3-pip python3-openslide python3-o
COPY --from=builder /usr/src/app/wheels /wheels
COPY --from=builder /usr/src/app/requirements.txt .
RUN pip3 install --upgrade pip
#RUN pip3 install numpy==1.19.4
RUN pip3 install numpy==1.26.0
RUN pip3 install --no-cache /wheels/*


Expand Down

0 comments on commit ba4f211

Please sign in to comment.