Skip to content

Commit

Permalink
Merge pull request #1455 from javierganan99/update-dockerfile
Browse files Browse the repository at this point in the history
Update base image and opencv version.
  • Loading branch information
Tom94 committed Sep 23, 2023
2 parents d78b422 + d259f97 commit df345a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM nvidia/cuda:10.2-devel-ubuntu18.04
FROM nvidia/cuda:11.4.3-devel-ubuntu18.04

ENV COLMAP_VERSION=3.7
ENV CMAKE_VERSION=3.21.0
ENV PYTHON_VERSION=3.7.0
ENV OPENCV_VERSION=4.5.5.62
ENV OPENCV_VERSION=4.8.0.76
ENV CERES_SOLVER_VERSION=2.0.0

RUN echo "Installing apt packages..." \
Expand Down

0 comments on commit df345a5

Please sign in to comment.