mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: add conda symlink
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://hub.docker.com/r/researchdeezer/spleeter) [](https://colab.research.google.com/github/deezer/spleeter/blob/master/spleeter.ipynb) [](https://gitter.im/spleeter/community)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ RUN apt-get update --fix-missing \
|
|||||||
&& /opt/conda/bin/conda clean -tipsy \
|
&& /opt/conda/bin/conda clean -tipsy \
|
||||||
&& ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh \
|
&& ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh \
|
||||||
&& echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc \
|
&& echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc \
|
||||||
&& echo "conda activate base" >> ~/.bashrc
|
&& echo "conda activate base" >> ~/.bashrc \
|
||||||
|
&& ln -s /opt/conda/bin/conda /usr/bin/conda
|
||||||
|
|
||||||
RUN conda install -y cudatoolkit=9.0 \
|
RUN conda install -y cudatoolkit=9.0 \
|
||||||
&& conda install -y tensorflow-gpu==1.14.0 \
|
&& conda install -y tensorflow-gpu==1.14.0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user