Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dask/dask-jobqueue into sge-double-…
Browse files Browse the repository at this point in the history
…free
  • Loading branch information
jacobtomlinson committed Aug 5, 2024
2 parents 2961907 + ad85271 commit 1eae1f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/sge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM ubuntu:14.04 as base
ENV LANG C.UTF-8

RUN apt-get update && apt-get install curl bzip2 git gcc -y --fix-missing

RUN curl -o miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
RUN curl -ko miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
bash miniconda.sh -f -b -p /opt/anaconda && \
/opt/anaconda/bin/conda clean -tipy && \
rm -f miniconda.sh
Expand Down

0 comments on commit 1eae1f1

Please sign in to comment.