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

Args fix #246

Merged
merged 3 commits into from
Apr 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docker/training/dockerfile.ctr
Original file line number Diff line number Diff line change
@@ -113,12 +113,12 @@ RUN mkdir -p /var/tmp && wget -q -nc --no-check-certificate -P /var/tmp https://
# -----------------------------------------------------------------------------
# HugeCTR + Dependencies

ARG HIREDIS_VER=1.0.2 \
ARG REDIS_PP_VER=1.3.3 \
ARG ROCKSDB_VER=6.29.3 \
ARG RDKAFKA_VER=1.8.2 \
ARG HIREDIS_VER=1.0.2
ARG REDIS_PP_VER=1.3.3
ARG ROCKSDB_VER=6.29.3
ARG RDKAFKA_VER=1.8.2
# Optional.
ARG PROTOC_VER=3.19.4 \
ARG PROTOC_VER=3.19.4
ARG HADOOP_VER=3.3.2

# Dependency: Build and install Redis native client.