Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into set-cpu-usage-for-shared-process-poo…
Browse files Browse the repository at this point in the history
…l-test
  • Loading branch information
yczhang-nv authored Oct 9, 2024
2 parents f4922ad + de565b3 commit 9c7786a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions examples/digital_fingerprinting/production/.env.sample
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# NOTE: This file should be copied to `.env` in the same folder and updated for each user
MYSQL_DATABASE="db"
MYSQL_USER="mlflow"
MYSQL_PASSWORD="good_password"
MYSQL_ROOT_PASSWORD="even_better_password"
MYSQL_ROOT_HOST="172.*.*.*"
MYSQL_LOG_CONSOLE=1

# Update these with your own credentials UID=$(id -u) GID=$(id -g)
UID=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt update && \
rm -rf /var/cache/apt/* /var/lib/apt/lists/*

# Install python packages
RUN pip install "mlflow >=2.10.0,<3" boto3 pymysql pyyaml
RUN pip install "mlflow >=2.10.0,<3" boto3 pyyaml

# We run on port 5000
EXPOSE 5000
Expand Down

0 comments on commit 9c7786a

Please sign in to comment.