Skip to content

Commit

Permalink
condaforge/linux-anvil-comp7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Feb 1, 2019
1 parent b297190 commit d446d42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM condaforge/linux-anvil
FROM condaforge/linux-anvil-comp7
RUN sudo -n yum install -y openssh-clients
RUN mkdir -p /tmp/repo/bioconda_utils/
COPY ./bioconda_utils/bioconda_utils-requirements.txt /tmp/repo/bioconda_utils/
Expand Down
6 changes: 3 additions & 3 deletions bioconda_utils/example_config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
requirements: requirements.txt
blacklists:
- r-blacklist
docker_image: "condaforge/linux-anvil"
- build-fail-blacklist
docker_image: "condaforge/linux-anvil-comp7"
docker_url: 'unix://var/run/docker.sock'
upload_channel: bioconda
channels:
- anaconda
- conda-forge
- bioconda
- anaconda

0 comments on commit d446d42

Please sign in to comment.