Skip to content

Commit 2aab5c1

Browse files
authored
Merge pull request #106110 from Tom271/patch-1
Fix typo in Dockerfile
2 parents 0ef249e + d7e1058 commit 2aab5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-r-modify-script-for-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ RUN pip install MLflow
278278
RUN ln -f /usr/bin/python3 /usr/bin/python
279279

280280
# Install R packages required for logging with MLflow (these are necessary)
281-
RUN R -e "install.packages('MLflow', dependencies = TRUE, repos = 'https://cloud.r-project.org/')"
281+
RUN R -e "install.packages('mlflow', dependencies = TRUE, repos = 'https://cloud.r-project.org/')"
282282
RUN R -e "install.packages('carrier', dependencies = TRUE, repos = 'https://cloud.r-project.org/')"
283283
RUN R -e "install.packages('optparse', dependencies = TRUE, repos = 'https://cloud.r-project.org/')"
284284
RUN R -e "install.packages('tcltk2', dependencies = TRUE, repos = 'https://cloud.r-project.org/')"

0 commit comments

Comments
 (0)