chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM python:3.10-slim
|
||||
|
||||
WORKDIR /mlflow
|
||||
|
||||
RUN pip install protobuf packaging
|
||||
|
||||
# Copy only necessary files to compile protos
|
||||
COPY mlflow/protos ./mlflow/protos/
|
||||
COPY dev ./dev/
|
||||
COPY tests/protos ./tests/protos/
|
||||
Reference in New Issue
Block a user