Replacing the placeholder worker with a real one
This commit is contained in:
9
worker/Dockerfile
Normal file
9
worker/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM researchdeezer/spleeter
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN python -m prefetch_models
|
||||
|
||||
ENTRYPOINT ["python", "separator.py"]
|
||||
Reference in New Issue
Block a user