mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Merge branch 'master' of github.com:Hestia-Homes/ML into HEAD
This commit is contained in:
commit
799c109139
2 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
│ name │ latest │ #dev │
|
||||
╞════════╪══════════╪════════╡
|
||||
│ bob │ v1.0.0 │ - │
|
||||
│ model │ v9.7.8 │ v9.7.8 │
|
||||
│ model │ v9.7.9 │ v9.7.9 │
|
||||
│ readme │ v0.0.1 │ v0.0.1 │
|
||||
│ temp │ v0.0.1 │ v0.0.1 │
|
||||
╘════════╧══════════╧════════╛
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# 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
|
||||
|
||||
COPY pipeline/requirements/predictions/requirements.txt requirements.txt
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue