We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cb349 commit aed31e1Copy full SHA for aed31e1
docker/dockerfile.merlin
@@ -305,7 +305,7 @@ RUN git clone --branch ${MODELS_VER} --depth 1 https://github.com/NVIDIA-Merlin/
305
cd /models/ && pip install . --no-deps
306
307
# Install Transformers4Rec
308
-RUN git clone --branch ${TF4REC_VER}} --depth 1 https://github.com/NVIDIA-Merlin/Transformers4Rec.git /transformers4rec && \
+RUN git clone --branch ${TF4REC_VER} --depth 1 https://github.com/NVIDIA-Merlin/Transformers4Rec.git /transformers4rec && \
309
cd /transformers4rec/ && pip install . --no-deps
310
311
HEALTHCHECK NONE
0 commit comments