Commit ca4b5639 authored by Matteo Spanio's avatar Matteo Spanio
Browse files

Upload New File

parent bf9b217b
Pipeline #21 canceled with stages
FROM matteospanio/poetry:latest
LABEL maintainer="Matteo Spanio"
WORKDIR /app
ENV TF_CPP_MIN_LOG_LEVEL=2
COPY . ./
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
RUN poetry install --no-cache --only main
VOLUME [ "/data" ]
CMD ["poetry", "run", "python", "src/tape_irregularity_classifier/server.py"]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment