Skip to content

Commit

Permalink
fix: Fix popv docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Sep 6, 2024
1 parent e0f3958 commit bfaf9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/popv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tensorflow/tensorflow:2.16.1

RUN apt-get -y update && apt-get -y install python3-dev g++ git wget && apt-get clean
RUN apt-get -y update && apt-get -y install python3-dev python3-pip g++ git wget && apt-get clean

COPY context/download-ontology.sh .
RUN ./download-ontology.sh
Expand Down

0 comments on commit bfaf9b3

Please sign in to comment.