Merge pull request #39 from Hestia-Homes/model-test

Model test
This commit is contained in:
quandanrepo 2023-09-22 14:50:58 +01:00 committed by GitHub
commit aa80ec0f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Dockerfile that can be used to test loading a model to generate a prediction (part of CI/CD flow)
FROM python:3.10.12-slim
RUN apt-get install -y libgomp1
RUN apt-get update && apt-get install -y libgomp1
COPY pipeline/requirements/predictions/requirements.txt requirements.txt