Skip to content

Commit

Permalink
feat: added multiple python libraries to the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Jan 23, 2024
1 parent 7dac270 commit 644d96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ADD . /root/DeepGleason

# Install required software dependencies (cv2)
RUN apt-get update && \
apt-get install -y --no-install-recommends python3-opencv libvips-dev && \
apt-get install -y --no-install-recommends python3-dev python3-opencv libpython3.10-dev libvips-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install & Update Python pip
Expand Down

0 comments on commit 644d96f

Please sign in to comment.