mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 12:22:58 +00:00
feat: add dockerfiles for model embedded dist
This commit is contained in:
12
docker/cpu/conda.dockerfile
Normal file
12
docker/cpu/conda.dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM continuumio/miniconda3:4.7.10
|
||||
|
||||
RUN conda install -y ipython \
|
||||
&& conda install -y tensorflow==1.14.0 \
|
||||
&& conda install -y -c conda-forge ffmpeg \
|
||||
&& conda install -y -c conda-forge libsndfile \
|
||||
&& conda install -y -c anaconda pandas==0.25.1 \
|
||||
RUN mkdir -p /model
|
||||
ENV MODEL_PATH /model
|
||||
RUN pip install spleeter
|
||||
|
||||
ENTRYPOINT ["spleeter"]
|
||||
Reference in New Issue
Block a user