Skip to content

Commit aed31e1

Browse files
authored
fix syntax (#821)
1 parent 79cb349 commit aed31e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/dockerfile.merlin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ RUN git clone --branch ${MODELS_VER} --depth 1 https://github.com/NVIDIA-Merlin/
305305
cd /models/ && pip install . --no-deps
306306

307307
# Install Transformers4Rec
308-
RUN git clone --branch ${TF4REC_VER}} --depth 1 https://github.com/NVIDIA-Merlin/Transformers4Rec.git /transformers4rec && \
308+
RUN git clone --branch ${TF4REC_VER} --depth 1 https://github.com/NVIDIA-Merlin/Transformers4Rec.git /transformers4rec && \
309309
cd /transformers4rec/ && pip install . --no-deps
310310

311311
HEALTHCHECK NONE

0 commit comments

Comments
 (0)