mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
docs: add docker pull badge
fix: dockerfile syntax error
This commit is contained in:
@@ -2,7 +2,7 @@ FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
|
||||
|
||||
RUN apt-get update --fix-missing \
|
||||
&& apt-get install -y wget bzip2 ca-certificates curl git \
|
||||
&& apt-get clean && \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh -O ~/miniconda.sh \
|
||||
&& /bin/bash ~/miniconda.sh -b -p /opt/conda \
|
||||
|
||||
Reference in New Issue
Block a user