Skip to content

Commit 52786a3

Browse files
committed
fix: Add missing backslash
1 parent a7382cf commit 52786a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/mlflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV PYTHONUNBUFFERED=1 \
1616
PYTHONDONTWRITEBYTECODE=1 \
1717
\
1818
# pip
19-
PIP_DISABLE_PIP_VERSION_CHECK=on
19+
PIP_DISABLE_PIP_VERSION_CHECK=on \
2020
PIP_DEFAULT_TIMEOUT=100 \
2121
\
2222
# poetry

0 commit comments

Comments
 (0)