Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Jan 15, 2019
1 parent 7a62a75 commit 6ab0a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la
rm ~/miniconda.sh && \
/home/containeruser/conda/bin/conda clean -ya
ENV PATH /home/containeruser/conda/bin:$PATH
ARG python_version
RUN conda install python=$python_version
RUN conda install python=3.7
RUN pip install --upgrade pip
RUN git clone https://github.com/justusschock/delira.git && \
pip install pip wheel && \
Expand Down

0 comments on commit 6ab0a1d

Please sign in to comment.