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

Commit 6ab0a1d

Browse files
authored
Update Dockerfile
1 parent 7a62a75 commit 6ab0a1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la
2121
rm ~/miniconda.sh && \
2222
/home/containeruser/conda/bin/conda clean -ya
2323
ENV PATH /home/containeruser/conda/bin:$PATH
24-
ARG python_version
25-
RUN conda install python=$python_version
24+
RUN conda install python=3.7
2625
RUN pip install --upgrade pip
2726
RUN git clone https://github.com/justusschock/delira.git && \
2827
pip install pip wheel && \

0 commit comments

Comments
 (0)