Commit 6c86aca6 authored by Matteo's avatar Matteo
Browse files

add Dockerfile

parent 74472c91
FROM python:3.9-slim
LABEL maintainer="Matteo Spanio"
WORKDIR /app
COPY tapeAudioRestoration.py requirements.txt config.yaml ./
RUN pip install -r requirements.txt
VOLUME [ "/data" ]
CMD [ "python3", "tapeAudioRestoration.py", "-h" ]
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