mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
docs: add docker pull badge
fix: dockerfile syntax error
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<img src="https://github.com/deezer/spleeter/raw/master/images/spleeter_logo.png" height="80" />
|
<img src="https://github.com/deezer/spleeter/raw/master/images/spleeter_logo.png" height="80" />
|
||||||
|
|
||||||
[](https://circleci.com/gh/deezer/spleeter/tree/master) [](https://badge.fury.io/py/spleeter) [](https://anaconda.org/conda-forge/spleeter)  [](https://colab.research.google.com/github/deezer/spleeter/blob/master/spleeter.ipynb) [](https://gitter.im/spleeter/community)
|
[](https://circleci.com/gh/deezer/spleeter/tree/master)  [](https://badge.fury.io/py/spleeter) [](https://anaconda.org/conda-forge/spleeter)  [](https://colab.research.google.com/github/deezer/spleeter/blob/master/spleeter.ipynb) [](https://gitter.im/spleeter/community)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
|
|||||||
|
|
||||||
RUN apt-get update --fix-missing \
|
RUN apt-get update --fix-missing \
|
||||||
&& apt-get install -y wget bzip2 ca-certificates curl git \
|
&& apt-get install -y wget bzip2 ca-certificates curl git \
|
||||||
&& apt-get clean && \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh -O ~/miniconda.sh \
|
&& 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 \
|
&& /bin/bash ~/miniconda.sh -b -p /opt/conda \
|
||||||
|
|||||||
Reference in New Issue
Block a user