Compare commits
No commits in common. "59328385b06684e41a454c7ef0954666fde46974" and "6b342fbe10b7ef75fe13d653411ee9f8cd8dbb3a" have entirely different histories.
59328385b0
...
6b342fbe10
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10-slim@sha256:4bd9a0e5da619b155a214342bb4fdc774a947fec9061016a123fa4073431c9cb
|
FROM python:3.10-slim@sha256:e53bad75661571d23d9fd632d10f192b09228f31b14af1fc0be3d0142b426657
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
mlflow==2.10.2
|
mlflow==2.10.2
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
boto3==1.34.49
|
boto3==1.34.40
|
Loading…
Reference in New Issue