Skip to content

Commit

Permalink
refactor: Skip python install in popv docker
Browse files Browse the repository at this point in the history
Base image already provides python & pip
  • Loading branch information
axdanbol committed Oct 2, 2024
1 parent 4d944b6 commit 6719457
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 python3-pip g++ git wget && apt-get clean
RUN apt-get -y update && apt-get -y install git && apt-get clean

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

0 comments on commit 6719457

Please sign in to comment.