Skip to content

Commit

Permalink
Merge pull request #54 from lesteve/use-released-distributed
Browse files Browse the repository at this point in the history
Use released version of distributed.
  • Loading branch information
Joe Hamman committed May 14, 2018
2 parents 8d243b6 + 668475a commit 495dc9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/sge/Dockerfile-master
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ENV PATH /opt/anaconda/bin:$PATH
RUN conda install -n root conda=4.4.11 && conda clean -tipy
RUN conda install -c conda-forge dask distributed blas pytest mock ipython pip psutil && conda clean -tipy
RUN pip install --no-cache-dir drmaa
RUN pip install --no-cache-dir git+https://github.com/dask/distributed.git --upgrade

COPY ./*.sh /
COPY ./*.txt /
Expand Down
1 change: 0 additions & 1 deletion ci/sge/Dockerfile-slave
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ENV PATH /opt/anaconda/bin:$PATH
RUN conda install -n root conda=4.4.11 && conda clean -tipy
RUN conda install -c conda-forge dask distributed blas pytest mock ipython pip psutil && conda clean -tipy
RUN pip install --no-cache-dir drmaa
RUN pip install --no-cache-dir git+https://github.com/dask/distributed.git --upgrade

COPY ./setup-slave.sh /
COPY ./*.sh /
Expand Down

0 comments on commit 495dc9b

Please sign in to comment.