We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe5650 commit 39e8d95Copy full SHA for 39e8d95
Dockerfile
@@ -14,5 +14,5 @@ COPY selene-cpu.yml /tmp/$CONDA_ENV.yml
14
RUN conda env create -q -f /tmp/selene.yml -n $CONDA_ENV && \
15
bash -c '\
16
source activate $CONDA_ENV && \
17
- conda install -q nose sphinx==4.0.1 sphinx_rtd_theme==0.5.2 && \
+ conda install -c conda-forge -q nose sphinx==4.0.1 sphinx_rtd_theme==0.5.2 && \
18
pip install recommonmark'
0 commit comments