Skip to content

[docker] update cmake and split docker in 2 parts#87

Merged
fabiencastan merged 6 commits intodevelopfrom
docker/updateCmake
May 17, 2020
Merged

[docker] update cmake and split docker in 2 parts#87
fabiencastan merged 6 commits intodevelopfrom
docker/updateCmake

Conversation

@simogasp
Copy link
Copy Markdown
Member

@simogasp simogasp commented Apr 21, 2020

Update docker file

  • build the last version of cmake
  • remove unnecessary dependencies
  • split the docker file in 2, one Dockerfile_deps to build a base image with the dependencies (to be used eg for CI) and the actual image

@simogasp simogasp added this to the v1.0.0 milestone Apr 21, 2020
@simogasp simogasp requested a review from fabiencastan April 21, 2020 12:13
@simogasp simogasp force-pushed the docker/updateCmake branch from f438ac6 to 44b3d43 Compare May 15, 2020 22:14
@fabiencastan fabiencastan changed the title [docker] [docker] update cmake and split docker in 2 parts May 16, 2020
Comment thread Dockerfile Outdated
FROM nvidia/cuda:$CUDA_TAG
ARG CUDA_TAG=10.2
ARG OS_TAG=18.04
FROM alicevision/popsift:deps-cuda${CUDA_TAG}-ubuntu${OS_TAG}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be consistent with AliceVision:
alicevision/popsift-deps:cuda${CUDA_TAG}-ubuntu${OS_TAG}
Or should we change on the other side?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah i didn't see that, I was just following Nvidia pattern nvidia/cuda:${CUDA_TAG}-devel-ubuntu${OS_TAG}

Copy link
Copy Markdown
Member Author

@simogasp simogasp May 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah no I thought u were referring to the - instead of _.
I put it like that because I thought on docker hub the image needs to have the same name as the repository hosting it.

@fabiencastan fabiencastan merged commit e8947bf into develop May 17, 2020
@fabiencastan fabiencastan deleted the docker/updateCmake branch May 17, 2020 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants