Skip to content

Commit

Permalink
fix: Add missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Nov 9, 2023
1 parent a7382cf commit 52786a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mlflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
\
# pip
PIP_DISABLE_PIP_VERSION_CHECK=on
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
\
# poetry
Expand Down

0 comments on commit 52786a3

Please sign in to comment.