Skip to content

Commit

Permalink
[docker] use AliceVision version in container name
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Aug 8, 2019
1 parent fe17c61 commit 08ddbe2
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
@@ -1,6 +1,6 @@
ARG CUDA_TAG=8.0
ARG OS_TAG=7
FROM alicevision/alicevision:centos${OS_TAG}-cuda${CUDA_TAG}
FROM alicevision/alicevision:2.2.0-centos${OS_TAG}-cuda${CUDA_TAG}
LABEL maintainer="AliceVision Team alicevision-team@googlegroups.com"

# Execute with nvidia docker (https://github.com/nvidia/nvidia-docker/wiki/Installation-(version-2.0))
Expand Down

0 comments on commit 08ddbe2

Please sign in to comment.