Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
konieshadow committed Nov 7, 2023
1 parent 30a9461 commit bae9ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04

RUN apt-get update && \
apt-get install --no-install-recommends -y python3 python3-pip python3-virtualenv && \
apt-get install --no-install-recommends -y libopencv-dev python3-opencv && \
rm -rf /var/lib/apt/lists/*

ENV VIRTUAL_ENV=/opt/venv
Expand Down

0 comments on commit bae9ccc

Please sign in to comment.