Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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