Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Update image version tags in Dockerfile comments #4631

Merged
merged 1 commit into from Jan 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_cpu
Expand Up @@ -16,7 +16,7 @@
# under the License.

# CI docker CPU env
# tag: v0.41
# tag: v0.54
FROM ubuntu:16.04

RUN apt-get update --fix-missing
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_gpu
Expand Up @@ -16,7 +16,7 @@
# under the License.

# CI docker GPU env
# tag: v0.54
# tag: v0.56
FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04

# Base scripts
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_i386
Expand Up @@ -16,7 +16,7 @@
# under the License.

# CI docker i386 env
# tag: v0.50
# tag: v0.53

FROM ioft/i386-ubuntu:16.04

Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.ci_lint
Expand Up @@ -17,6 +17,7 @@

# For lint test
# CI docker lint env
# tag: v0.51
FROM ubuntu:16.04

RUN apt-get update && apt-get install -y sudo wget
Expand Down