'build'
This commit is contained in:
9
dockerfile
Normal file
9
dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.10
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
COPY ./src /app/
|
||||
|
||||
RUN pip install --no-cache-dir scikit-learn bentoml -i https://mirrors.aliyun.com/pypi/simple/
|
||||
|
||||
CMD ["bentoml", "serve"]
|
||||
Reference in New Issue
Block a user